Html Css Color HEX #AABB29 Bahia

📋 copy color: '#AABB29'

red 170 ◦ green 187 ◦ blue 41

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

Shades of Bahia #AABB29

Tints of Bahia #AABB29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.3%

R = 42.71%
G = 46.98%
B = 10.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#AABB29 (or 0xAABB29) is known color: Bahia. HEX triplet: AA, BB and 29. RGB value is (170,187,41). Sum of RGB (Red+Green+Blue) = 170+187+41=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB29 is #5544D6. Grayscale: #A5A5A5. Windows color (decimal): -5588183 or 2735018. OLE color: 2735018.

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

Color convert

RGB 170 187 41 -
CMYK 0.09 0 0.78 0.27
HSL 66.99º 0.64% 0.45% -
HSV(B) 66.99º 0.78% 0.73% -
XYZ 34.75 44.25 8.81 -
YUV 165.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 170 187 41 0.09 0 0.78 0.27 66.99 0.64 0.45
Hex AA BB 29 9 0 4E 1B 43 40 2D
Octal 252 273 51 11 0 116 33 103 100 55
Binary 10101010 10111011 101001 1001 0 1001110 11011 1000011 1000000 101101

Color Harmonies of #AABB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB29

Black with #AABB29

Text Example


Text Example

White with #AABB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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