Html Css Color HEX #AABE0F Bahia

📋 copy color: '#AABE0F'

red 170 ◦ green 190 ◦ blue 15

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

Shades of Bahia #AABE0F

Tints of Bahia #AABE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4%

R = 45.33%
G = 50.67%
B = 4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#AABE0F (or 0xAABE0F) is known color: Bahia. HEX triplet: AA, BE and 0F. RGB value is (170,190,15). Sum of RGB (Red+Green+Blue) = 170+190+15=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE0F is #5541F0. Grayscale: #A4A4A4. Windows color (decimal): -5587441 or 1031850. OLE color: 1031850.

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

Color convert

RGB 170 190 15 -
CMYK 0.11 0 0.92 0.25
HSL 66.86º 0.85% 0.4% -
HSV(B) 66.86º 0.92% 0.75% -
XYZ 35.08 45.41 7.37 -
YUV 164.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 170 190 15 0.11 0 0.92 0.25 66.86 0.85 0.4
Hex AA BE F B 0 5C 19 43 55 28
Octal 252 276 17 13 0 134 31 103 125 50
Binary 10101010 10111110 1111 1011 0 1011100 11001 1000011 1010101 101000

Color Harmonies of #AABE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE0F

Black with #AABE0F

Text Example


Text Example

White with #AABE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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