Html Css Color HEX #AAB41F Bahia

📋 copy color: '#AAB41F'

red 170 ◦ green 180 ◦ blue 31

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

Shades of Bahia #AAB41F

Tints of Bahia #AAB41F

RGB

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

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

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

R = 44.62%
G = 47.24%
B = 8.14%

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

#AAB41F (or 0xAAB41F) is known color: Bahia. HEX triplet: AA, B4 and 1F. RGB value is (170,180,31). Sum of RGB (Red+Green+Blue) = 170+180+31=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB41F is #554BE0. Grayscale: #A0A0A0. Windows color (decimal): -5589985 or 2077866. OLE color: 2077866.

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

Color convert

RGB 170 180 31 -
CMYK 0.06 0 0.83 0.29
HSL 64.03º 0.71% 0.41% -
HSV(B) 64.03º 0.83% 0.71% -
XYZ 33.15 41.29 7.52 -
YUV 160.02 55.19 135.12 -
System Red Green Blue C M Y K H S L
Decimal 170 180 31 0.06 0 0.83 0.29 64.03 0.71 0.41
Hex AA B4 1F 6 0 53 1D 40 47 29
Octal 252 264 37 6 0 123 35 100 107 51
Binary 10101010 10110100 11111 110 0 1010011 11101 1000000 1000111 101001

Color Harmonies of #AAB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB41F

Black with #AAB41F

Text Example


Text Example

White with #AAB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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