Html Css Color HEX #AABB28 Bahia

📋 copy color: '#AABB28'

red 170 ◦ green 187 ◦ blue 40

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

Shades of Bahia #AABB28

Tints of Bahia #AABB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.08%

R = 42.82%
G = 47.1%
B = 10.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#AABB28 (or 0xAABB28) is known color: Bahia. HEX triplet: AA, BB and 28. RGB value is (170,187,40). Sum of RGB (Red+Green+Blue) = 170+187+40=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB28 is #5544D7. Grayscale: #A5A5A5. Windows color (decimal): -5588184 or 2669482. OLE color: 2669482.

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

Color convert

RGB 170 187 40 -
CMYK 0.09 0 0.79 0.27
HSL 66.94º 0.65% 0.45% -
HSV(B) 66.94º 0.79% 0.73% -
XYZ 34.73 44.24 8.72 -
YUV 165.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 170 187 40 0.09 0 0.79 0.27 66.94 0.65 0.45
Hex AA BB 28 9 0 4F 1B 43 41 2D
Octal 252 273 50 11 0 117 33 103 101 55
Binary 10101010 10111011 101000 1001 0 1001111 11011 1000011 1000001 101101

Color Harmonies of #AABB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB28

Black with #AABB28

Text Example


Text Example

White with #AABB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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