Html Css Color HEX #AAB41D Bahia

📋 copy color: '#AAB41D'

red 170 ◦ green 180 ◦ blue 29

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

Shades of Bahia #AAB41D

Tints of Bahia #AAB41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 44.85%
G = 47.49%
B = 7.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#AAB41D (or 0xAAB41D) is known color: Bahia. HEX triplet: AA, B4 and 1D. RGB value is (170,180,29). Sum of RGB (Red+Green+Blue) = 170+180+29=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB41D is #554BE2. Grayscale: #A0A0A0. Windows color (decimal): -5589987 or 1946794. OLE color: 1946794.

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

Color convert

RGB 170 180 29 -
CMYK 0.06 0 0.84 0.29
HSL 63.97º 0.72% 0.41% -
HSV(B) 63.97º 0.84% 0.71% -
XYZ 33.12 41.28 7.38 -
YUV 159.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 170 180 29 0.06 0 0.84 0.29 63.97 0.72 0.41
Hex AA B4 1D 6 0 54 1D 40 48 29
Octal 252 264 35 6 0 124 35 100 110 51
Binary 10101010 10110100 11101 110 0 1010100 11101 1000000 1001000 101001

Color Harmonies of #AAB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB41D

Black with #AAB41D

Text Example


Text Example

White with #AAB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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