Html Css Color HEX #AABB16 Bahia

📋 copy color: '#AABB16'

red 170 ◦ green 187 ◦ blue 22

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

Shades of Bahia #AABB16

Tints of Bahia #AABB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 44.85%
G = 49.34%
B = 5.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#AABB16 (or 0xAABB16) is known color: Bahia. HEX triplet: AA, BB and 16. RGB value is (170,187,22). Sum of RGB (Red+Green+Blue) = 170+187+22=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB16 is #5544E9. Grayscale: #A3A3A3. Windows color (decimal): -5588202 or 1489834. OLE color: 1489834.

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

Color convert

RGB 170 187 22 -
CMYK 0.09 0 0.88 0.27
HSL 66.18º 0.79% 0.41% -
HSV(B) 66.18º 0.88% 0.73% -
XYZ 34.49 44.14 7.46 -
YUV 163.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 170 187 22 0.09 0 0.88 0.27 66.18 0.79 0.41
Hex AA BB 16 9 0 58 1B 42 4F 29
Octal 252 273 26 11 0 130 33 102 117 51
Binary 10101010 10111011 10110 1001 0 1011000 11011 1000010 1001111 101001

Color Harmonies of #AABB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB16

Black with #AABB16

Text Example


Text Example

White with #AABB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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