Html Css Color HEX #AAB91E Bahia

📋 copy color: '#AAB91E'

red 170 ◦ green 185 ◦ blue 30

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

Shades of Bahia #AAB91E

Tints of Bahia #AAB91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 44.16%
G = 48.05%
B = 7.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#AAB91E (or 0xAAB91E) is known color: Bahia. HEX triplet: AA, B9 and 1E. RGB value is (170,185,30). Sum of RGB (Red+Green+Blue) = 170+185+30=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91E is #5546E1. Grayscale: #A3A3A3. Windows color (decimal): -5588706 or 2013610. OLE color: 2013610.

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

Color convert

RGB 170 185 30 -
CMYK 0.08 0 0.84 0.27
HSL 65.81º 0.72% 0.42% -
HSV(B) 65.81º 0.84% 0.73% -
XYZ 34.16 43.34 7.79 -
YUV 162.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 170 185 30 0.08 0 0.84 0.27 65.81 0.72 0.42
Hex AA B9 1E 8 0 54 1B 42 48 2A
Octal 252 271 36 10 0 124 33 102 110 52
Binary 10101010 10111001 11110 1000 0 1010100 11011 1000010 1001000 101010

Color Harmonies of #AAB91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB91E

Black with #AAB91E

Text Example


Text Example

White with #AAB91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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