Html Css Color HEX #AAB51E Bahia

📋 copy color: '#AAB51E'

red 170 ◦ green 181 ◦ blue 30

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

Shades of Bahia #AAB51E

Tints of Bahia #AAB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

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

R = 44.62%
G = 47.51%
B = 7.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#AAB51E (or 0xAAB51E) is known color: Bahia. HEX triplet: AA, B5 and 1E. RGB value is (170,181,30). Sum of RGB (Red+Green+Blue) = 170+181+30=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB51E is #554AE1. Grayscale: #A1A1A1. Windows color (decimal): -5589730 or 2012586. OLE color: 2012586.

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

Color convert

RGB 170 181 30 -
CMYK 0.06 0 0.83 0.29
HSL 64.37º 0.72% 0.41% -
HSV(B) 64.37º 0.83% 0.71% -
XYZ 33.34 41.69 7.52 -
YUV 160.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 170 181 30 0.06 0 0.83 0.29 64.37 0.72 0.41
Hex AA B5 1E 6 0 53 1D 40 48 29
Octal 252 265 36 6 0 123 35 100 110 51
Binary 10101010 10110101 11110 110 0 1010011 11101 1000000 1001000 101001

Color Harmonies of #AAB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB51E

Black with #AAB51E

Text Example


Text Example

White with #AAB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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