Html Css Color HEX #AAB41E Bahia

📋 copy color: '#AAB41E'

red 170 ◦ green 180 ◦ blue 30

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

Shades of Bahia #AAB41E

Tints of Bahia #AAB41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

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

R = 44.74%
G = 47.37%
B = 7.89%

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

#AAB41E (or 0xAAB41E) is known color: Bahia. HEX triplet: AA, B4 and 1E. RGB value is (170,180,30). Sum of RGB (Red+Green+Blue) = 170+180+30=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB41E is #554BE1. Grayscale: #A0A0A0. Windows color (decimal): -5589986 or 2012330. OLE color: 2012330.

HSL color Cylindrical-coordinate representation of color #AAB41E: hue angle of 64º degrees, saturation: 0.71, 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 #AAB41E is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 30 -
CMYK 0.06 0 0.83 0.29
HSL 64º 0.71% 0.41% -
HSV(B) 64º 0.83% 0.71% -
XYZ 33.13 41.28 7.45 -
YUV 159.91 54.69 135.2 -
System Red Green Blue C M Y K H S L
Decimal 170 180 30 0.06 0 0.83 0.29 64 0.71 0.41
Hex AA B4 1E 6 0 53 1D 40 47 29
Octal 252 264 36 6 0 123 35 100 107 51
Binary 10101010 10110100 11110 110 0 1010011 11101 1000000 1000111 101001

Color Harmonies of #AAB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB41E

Black with #AAB41E

Text Example


Text Example

White with #AAB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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