Html Css Color HEX #AABB14 Bahia

📋 copy color: '#AABB14'

red 170 ◦ green 187 ◦ blue 20

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

Shades of Bahia #AABB14

Tints of Bahia #AABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 45.09%
G = 49.6%
B = 5.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#AABB14 (or 0xAABB14) is known color: Bahia. HEX triplet: AA, BB and 14. RGB value is (170,187,20). Sum of RGB (Red+Green+Blue) = 170+187+20=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB14 is #5544EB. Grayscale: #A3A3A3. Windows color (decimal): -5588204 or 1358762. OLE color: 1358762.

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

Color convert

RGB 170 187 20 -
CMYK 0.09 0 0.89 0.27
HSL 66.11º 0.81% 0.41% -
HSV(B) 66.11º 0.89% 0.73% -
XYZ 34.47 44.14 7.36 -
YUV 162.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 170 187 20 0.09 0 0.89 0.27 66.11 0.81 0.41
Hex AA BB 14 9 0 59 1B 42 51 29
Octal 252 273 24 11 0 131 33 102 121 51
Binary 10101010 10111011 10100 1001 0 1011001 11011 1000010 1010001 101001

Color Harmonies of #AABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB14

Black with #AABB14

Text Example


Text Example

White with #AABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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