Html Css Color HEX #AAB31D Bahia

📋 copy color: '#AAB31D'

red 170 ◦ green 179 ◦ blue 29

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

Shades of Bahia #AAB31D

Tints of Bahia #AAB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

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

R = 44.97%
G = 47.35%
B = 7.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#AAB31D (or 0xAAB31D) is known color: Bahia. HEX triplet: AA, B3 and 1D. RGB value is (170,179,29). Sum of RGB (Red+Green+Blue) = 170+179+29=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB31D is #554CE2. Grayscale: #9F9F9F. Windows color (decimal): -5590243 or 1946538. OLE color: 1946538.

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

Color convert

RGB 170 179 29 -
CMYK 0.05 0 0.84 0.30
HSL 63.6º 0.72% 0.41% -
HSV(B) 63.6º 0.84% 0.7% -
XYZ 32.92 40.87 7.32 -
YUV 159.21 54.52 135.7 -
System Red Green Blue C M Y K H S L
Decimal 170 179 29 0.05 0 0.84 0.30 63.6 0.72 0.41
Hex AA B3 1D 5 0 54 1E 40 48 29
Octal 252 263 35 5 0 124 36 100 110 51
Binary 10101010 10110011 11101 101 0 1010100 11110 1000000 1001000 101001

Color Harmonies of #AAB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB31D

Black with #AAB31D

Text Example


Text Example

White with #AAB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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