Html Css Color HEX #AAB91F Bahia

📋 copy color: '#AAB91F'

red 170 ◦ green 185 ◦ blue 31

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

Shades of Bahia #AAB91F

Tints of Bahia #AAB91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.93%

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 44.04%
G = 47.93%
B = 8.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#AAB91F (or 0xAAB91F) is known color: Bahia. HEX triplet: AA, B9 and 1F. RGB value is (170,185,31). Sum of RGB (Red+Green+Blue) = 170+185+31=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91F is #5546E0. Grayscale: #A3A3A3. Windows color (decimal): -5588705 or 2079146. OLE color: 2079146.

HSL color Cylindrical-coordinate representation of color #AAB91F: hue angle of 65.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB91F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 31 -
CMYK 0.08 0 0.83 0.27
HSL 65.84º 0.71% 0.42% -
HSV(B) 65.84º 0.83% 0.73% -
XYZ 34.17 43.34 7.86 -
YUV 162.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 170 185 31 0.08 0 0.83 0.27 65.84 0.71 0.42
Hex AA B9 1F 8 0 53 1B 42 47 2A
Octal 252 271 37 10 0 123 33 102 107 52
Binary 10101010 10111001 11111 1000 0 1010011 11011 1000010 1000111 101010

Color Harmonies of #AAB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB91F

Black with #AAB91F

Text Example


Text Example

White with #AAB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB91F; }

 p { color: rgb(170,185,31); }

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

background-color css

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

 a { background-color: rgb(170,185,31); }

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

border-color css

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

 span { border-color: rgb(170,185,31); }

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