Html Css Color HEX #AABB18 Bahia

📋 copy color: '#AABB18'

red 170 ◦ green 187 ◦ blue 24

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

Shades of Bahia #AABB18

Tints of Bahia #AABB18

RGB

 RED value IS 170 (66.8% from 255) = 44.62%

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

 BLUE value IS 24 (9.77% from 255) = 6.3%

R = 44.62%
G = 49.08%
B = 6.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AABB18 (or 0xAABB18) is known color: Bahia. HEX triplet: AA, BB and 18. RGB value is (170,187,24). Sum of RGB (Red+Green+Blue) = 170+187+24=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB18 is #5544E7. Grayscale: #A3A3A3. Windows color (decimal): -5588200 or 1620906. OLE color: 1620906.

HSL color Cylindrical-coordinate representation of color #AABB18: hue angle of 66.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABB18 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 24 -
CMYK 0.09 0 0.87 0.27
HSL 66.26º 0.77% 0.41% -
HSV(B) 66.26º 0.87% 0.73% -
XYZ 34.51 44.15 7.57 -
YUV 163.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 170 187 24 0.09 0 0.87 0.27 66.26 0.77 0.41
Hex AA BB 18 9 0 57 1B 42 4D 29
Octal 252 273 30 11 0 127 33 102 115 51
Binary 10101010 10111011 11000 1001 0 1010111 11011 1000010 1001101 101001

Color Harmonies of #AABB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB18

Black with #AABB18

Text Example


Text Example

White with #AABB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB18; }

 p { color: rgb(170,187,24); }

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

background-color css

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

 a { background-color: rgb(170,187,24); }

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

border-color css

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

 span { border-color: rgb(170,187,24); }

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