Html Css Color HEX #AABB19 Bahia

📋 copy color: '#AABB19'

red 170 ◦ green 187 ◦ blue 25

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

Shades of Bahia #AABB19

Tints of Bahia #AABB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.54%

R = 44.5%
G = 48.95%
B = 6.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AABB19 (or 0xAABB19) is known color: Bahia. HEX triplet: AA, BB and 19. RGB value is (170,187,25). Sum of RGB (Red+Green+Blue) = 170+187+25=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB19 is #5544E6. Grayscale: #A4A4A4. Windows color (decimal): -5588199 or 1686442. OLE color: 1686442.

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

Color convert

RGB 170 187 25 -
CMYK 0.09 0 0.87 0.27
HSL 66.3º 0.76% 0.42% -
HSV(B) 66.3º 0.87% 0.73% -
XYZ 34.52 44.16 7.62 -
YUV 163.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 170 187 25 0.09 0 0.87 0.27 66.3 0.76 0.42
Hex AA BB 19 9 0 57 1B 42 4C 2A
Octal 252 273 31 11 0 127 33 102 114 52
Binary 10101010 10111011 11001 1001 0 1010111 11011 1000010 1001100 101010

Color Harmonies of #AABB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB19

Black with #AABB19

Text Example


Text Example

White with #AABB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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