Html Css Color HEX #AABF19 Bahia

📋 copy color: '#AABF19'

red 170 ◦ green 191 ◦ blue 25

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

Shades of Bahia #AABF19

Tints of Bahia #AABF19

RGB

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

 GREEN value IS 191 (75% from 255) = 49.48%

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

R = 44.04%
G = 49.48%
B = 6.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#AABF19 (or 0xAABF19) is known color: Bahia. HEX triplet: AA, BF and 19. RGB value is (170,191,25). Sum of RGB (Red+Green+Blue) = 170+191+25=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF19 is #5540E6. Grayscale: #A6A6A6. Windows color (decimal): -5587175 or 1687466. OLE color: 1687466.

HSL color Cylindrical-coordinate representation of color #AABF19: hue angle of 67.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AABF19 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 25 -
CMYK 0.11 0 0.87 0.25
HSL 67.59º 0.77% 0.42% -
HSV(B) 67.59º 0.87% 0.75% -
XYZ 35.38 45.88 7.91 -
YUV 165.8 48.54 131 -
System Red Green Blue C M Y K H S L
Decimal 170 191 25 0.11 0 0.87 0.25 67.59 0.77 0.42
Hex AA BF 19 B 0 57 19 44 4D 2A
Octal 252 277 31 13 0 127 31 104 115 52
Binary 10101010 10111111 11001 1011 0 1010111 11001 1000100 1001101 101010

Color Harmonies of #AABF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF19

Black with #AABF19

Text Example


Text Example

White with #AABF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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