Html Css Color HEX #AABE11 Bahia

📋 copy color: '#AABE11'

red 170 ◦ green 190 ◦ blue 17

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

Shades of Bahia #AABE11

Tints of Bahia #AABE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.4%

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

R = 45.09%
G = 50.4%
B = 4.51%

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

#AABE11 (or 0xAABE11) is known color: Bahia. HEX triplet: AA, BE and 11. RGB value is (170,190,17). Sum of RGB (Red+Green+Blue) = 170+190+17=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE11 is #5541EE. Grayscale: #A4A4A4. Windows color (decimal): -5587439 or 1162922. OLE color: 1162922.

HSL color Cylindrical-coordinate representation of color #AABE11: hue angle of 66.94º 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 #AABE11 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 17 -
CMYK 0.11 0 0.91 0.25
HSL 66.94º 0.84% 0.41% -
HSV(B) 66.94º 0.91% 0.75% -
XYZ 35.09 45.41 7.45 -
YUV 164.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 170 190 17 0.11 0 0.91 0.25 66.94 0.84 0.41
Hex AA BE 11 B 0 5B 19 43 54 29
Octal 252 276 21 13 0 133 31 103 124 51
Binary 10101010 10111110 10001 1011 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #AABE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE11

Black with #AABE11

Text Example


Text Example

White with #AABE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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