Html Css Color HEX #AABB33 Bahia

📋 copy color: '#AABB33'

red 170 ◦ green 187 ◦ blue 51

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

Shades of Bahia #AABB33

Tints of Bahia #AABB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.5%

R = 41.67%
G = 45.83%
B = 12.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#AABB33 (or 0xAABB33) is known color: Bahia. HEX triplet: AA, BB and 33. RGB value is (170,187,51). Sum of RGB (Red+Green+Blue) = 170+187+51=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB33 is #5544CC. Grayscale: #A6A6A6. Windows color (decimal): -5588173 or 3390378. OLE color: 3390378.

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

Color convert

RGB 170 187 51 -
CMYK 0.09 0 0.73 0.27
HSL 67.5º 0.57% 0.47% -
HSV(B) 67.5º 0.73% 0.73% -
XYZ 34.95 44.33 9.85 -
YUV 166.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 170 187 51 0.09 0 0.73 0.27 67.5 0.57 0.47
Hex AA BB 33 9 0 49 1B 44 39 2F
Octal 252 273 63 11 0 111 33 104 71 57
Binary 10101010 10111011 110011 1001 0 1001001 11011 1000100 111001 101111

Color Harmonies of #AABB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB33

Black with #AABB33

Text Example


Text Example

White with #AABB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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