Html Css Color HEX #AAB31E Bahia

📋 copy color: '#AAB31E'

red 170 ◦ green 179 ◦ blue 30

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

Shades of Bahia #AAB31E

Tints of Bahia #AAB31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

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

R = 44.85%
G = 47.23%
B = 7.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#AAB31E (or 0xAAB31E) is known color: Bahia. HEX triplet: AA, B3 and 1E. RGB value is (170,179,30). Sum of RGB (Red+Green+Blue) = 170+179+30=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB31E is #554CE1. Grayscale: #9F9F9F. Windows color (decimal): -5590242 or 2012074. OLE color: 2012074.

HSL color Cylindrical-coordinate representation of color #AAB31E: hue angle of 63.62º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB31E is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 30 -
CMYK 0.05 0 0.83 0.30
HSL 63.62º 0.71% 0.41% -
HSV(B) 63.62º 0.83% 0.7% -
XYZ 32.93 40.88 7.38 -
YUV 159.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 170 179 30 0.05 0 0.83 0.30 63.62 0.71 0.41
Hex AA B3 1E 5 0 53 1E 40 47 29
Octal 252 263 36 5 0 123 36 100 107 51
Binary 10101010 10110011 11110 101 0 1010011 11110 1000000 1000111 101001

Color Harmonies of #AAB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB31E

Black with #AAB31E

Text Example


Text Example

White with #AAB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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