Html Css Color HEX #AAB71D Bahia

📋 copy color: '#AAB71D'

red 170 ◦ green 183 ◦ blue 29

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

Shades of Bahia #AAB71D

Tints of Bahia #AAB71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.91%

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

R = 44.5%
G = 47.91%
B = 7.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#AAB71D (or 0xAAB71D) is known color: Bahia. HEX triplet: AA, B7 and 1D. RGB value is (170,183,29). Sum of RGB (Red+Green+Blue) = 170+183+29=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB71D is #5548E2. Grayscale: #A2A2A2. Windows color (decimal): -5589219 or 1947562. OLE color: 1947562.

HSL color Cylindrical-coordinate representation of color #AAB71D: hue angle of 65.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB71D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 29 -
CMYK 0.07 0 0.84 0.28
HSL 65.06º 0.73% 0.42% -
HSV(B) 65.06º 0.84% 0.72% -
XYZ 33.73 42.5 7.59 -
YUV 161.56 53.19 134.02 -
System Red Green Blue C M Y K H S L
Decimal 170 183 29 0.07 0 0.84 0.28 65.06 0.73 0.42
Hex AA B7 1D 7 0 54 1C 41 49 2A
Octal 252 267 35 7 0 124 34 101 111 52
Binary 10101010 10110111 11101 111 0 1010100 11100 1000001 1001001 101010

Color Harmonies of #AAB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB71D

Black with #AAB71D

Text Example


Text Example

White with #AAB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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