#aebd1d

Color #AEBD1D Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AEBD1D

Tints of Bahia #AEBD1D

Color information

#AEBD1D (or 0xAEBD1D) is unknown color: approx Bahia. HEX triplet: AE, BD and 1D. RGB value is (174,189,29). Sum of RGB (Red+Green+Blue) = 174+189+29=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD1D is #5142E2. Grayscale: #A6A6A6. Windows color (decimal): -5325539 or 1949102. OLE color: 1949102.

HSL color Cylindrical-coordinate representation of color #AEBD1D: hue angle of 65.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEBD1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB17418929-
CMYK0.0800.850.26
HSL65.62º73.39%42.75%-
HSV(B)65.62º84.66%74.12%-
XYZ35.8745.488.05-
YUV166.2850.53133.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 29 (11.72% from 255) = 7.40%
R=44.39%
G=48.21%
B=7.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189290.0800.850.2665.6273.3942.75
HexAEBD1D80551A42492b
Octal256275351001253210211153
Binary1010111010111101111011000010101011101010000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aebd1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aebd1d; }

 p { color: rgb(174,189,29); }

 H1.HeaderClassName
 {
   color: #aebd1d;
 }
 .AnyTagClassName
 {
   color: #aebd1d;
 }
</style>
background-color css

<style>
 a { background-color: #aebd1d; }

 a { background-color: rgb(174,189,29); }

 div.DivClassName
 {
   background-color: #aebd1d;
 }
 .BgClassName
 {
   background-color: #aebd1d;
 }
</style>
border-color css

<style>
 span { border-color: #aebd1d; }

 span { border-color: rgb(174,189,29); }

 td.TdClassName
 {
   border-color: #aebd1d;
 }
 .TagClassName
 {
   border-color: #aebd1d;
 }
</style>