Html Css Color HEX #AABF28 Bahia

📋 copy color: '#AABF28'

red 170 ◦ green 191 ◦ blue 40

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

Shades of Bahia #AABF28

Tints of Bahia #AABF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 42.39%
G = 47.63%
B = 9.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#AABF28 (or 0xAABF28) is known color: Bahia. HEX triplet: AA, BF and 28. RGB value is (170,191,40). Sum of RGB (Red+Green+Blue) = 170+191+40=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF28 is #5540D7. Grayscale: #A8A8A8. Windows color (decimal): -5587160 or 2670506. OLE color: 2670506.

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

Color convert

RGB 170 191 40 -
CMYK 0.11 0 0.79 0.25
HSL 68.34º 0.65% 0.45% -
HSV(B) 68.34º 0.79% 0.75% -
XYZ 35.59 45.96 9 -
YUV 167.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 170 191 40 0.11 0 0.79 0.25 68.34 0.65 0.45
Hex AA BF 28 B 0 4F 19 44 41 2D
Octal 252 277 50 13 0 117 31 104 101 55
Binary 10101010 10111111 101000 1011 0 1001111 11001 1000100 1000001 101101

Color Harmonies of #AABF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF28

Black with #AABF28

Text Example


Text Example

White with #AABF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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