Html Css Color HEX #AABB32 Bahia

📋 copy color: '#AABB32'

red 170 ◦ green 187 ◦ blue 50

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

Shades of Bahia #AABB32

Tints of Bahia #AABB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 41.77%
G = 45.95%
B = 12.29%

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

#AABB32 (or 0xAABB32) is known color: Bahia. HEX triplet: AA, BB and 32. RGB value is (170,187,50). Sum of RGB (Red+Green+Blue) = 170+187+50=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB32 is #5544CD. Grayscale: #A6A6A6. Windows color (decimal): -5588174 or 3324842. OLE color: 3324842.

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

Color convert

RGB 170 187 50 -
CMYK 0.09 0 0.73 0.27
HSL 67.45º 0.58% 0.46% -
HSV(B) 67.45º 0.73% 0.73% -
XYZ 34.92 44.32 9.73 -
YUV 166.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 170 187 50 0.09 0 0.73 0.27 67.45 0.58 0.46
Hex AA BB 32 9 0 49 1B 43 3A 2E
Octal 252 273 62 11 0 111 33 103 72 56
Binary 10101010 10111011 110010 1001 0 1001001 11011 1000011 111010 101110

Color Harmonies of #AABB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB32

Black with #AABB32

Text Example


Text Example

White with #AABB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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