Html Css Color HEX #AABF11 Bahia

📋 copy color: '#AABF11'

red 170 ◦ green 191 ◦ blue 17

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

Shades of Bahia #AABF11

Tints of Bahia #AABF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 44.97%
G = 50.53%
B = 4.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#AABF11 (or 0xAABF11) is known color: Bahia. HEX triplet: AA, BF and 11. RGB value is (170,191,17). Sum of RGB (Red+Green+Blue) = 170+191+17=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF11 is #5540EE. Grayscale: #A5A5A5. Windows color (decimal): -5587183 or 1163178. OLE color: 1163178.

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

Color convert

RGB 170 191 17 -
CMYK 0.11 0 0.91 0.25
HSL 67.24º 0.84% 0.41% -
HSV(B) 67.24º 0.91% 0.75% -
XYZ 35.31 45.85 7.52 -
YUV 164.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 170 191 17 0.11 0 0.91 0.25 67.24 0.84 0.41
Hex AA BF 11 B 0 5B 19 43 54 29
Octal 252 277 21 13 0 133 31 103 124 51
Binary 10101010 10111111 10001 1011 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #AABF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF11

Black with #AABF11

Text Example


Text Example

White with #AABF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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