Html Css Color HEX #AEBB12 Bahia

📋 copy color: '#AEBB12'

red 174 ◦ green 187 ◦ blue 18

#AEBB12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AEBB12

Tints of Bahia #AEBB12

RGB

 RED value IS 174 (68.36% from 255) = 45.91%

 GREEN value IS 187 (73.44% from 255) = 49.34%

 BLUE value IS 18 (7.42% from 255) = 4.75%

R = 45.91%
G = 49.34%
B = 4.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#AEBB12 (or 0xAEBB12) is known color: Bahia. HEX triplet: AE, BB and 12. RGB value is (174,187,18). Sum of RGB (Red+Green+Blue) = 174+187+18=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB12 is #5144ED. Grayscale: #A4A4A4. Windows color (decimal): -5326062 or 1227694. OLE color: 1227694.

HSL color Cylindrical-coordinate representation of color #AEBB12: hue angle of 64.62º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEBB12 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 18 -
CMYK 0.07 0 0.90 0.27
HSL 64.62º 0.82% 0.4% -
HSV(B) 64.62º 0.9% 0.73% -
XYZ 35.34 44.58 7.32 -
YUV 163.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 174 187 18 0.07 0 0.90 0.27 64.62 0.82 0.4
Hex AE BB 12 7 0 5A 1B 41 52 28
Octal 256 273 22 7 0 132 33 101 122 50
Binary 10101110 10111011 10010 111 0 1011010 11011 1000001 1010010 101000

Color Harmonies of #AEBB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB12

Black with #AEBB12

Text Example


Text Example

White with #AEBB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB12; }

 p { color: rgb(174,187,18); }

 H1.HeaderClassName
 {
   color: #AEBB12;
 }
 .AnyTagClassName
 {
   color: #AEBB12;
 }
</style>

background-color css

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

 a { background-color: rgb(174,187,18); }

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

border-color css

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

 span { border-color: rgb(174,187,18); }

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