Html Css Color HEX #AAC31D Bahia

📋 copy color: '#AAC31D'

red 170 ◦ green 195 ◦ blue 29

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

Shades of Bahia #AAC31D

Tints of Bahia #AAC31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

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

R = 43.15%
G = 49.49%
B = 7.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#AAC31D (or 0xAAC31D) is known color: Bahia. HEX triplet: AA, C3 and 1D. RGB value is (170,195,29). Sum of RGB (Red+Green+Blue) = 170+195+29=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC31D is #553CE2. Grayscale: #A9A9A9. Windows color (decimal): -5586147 or 1950634. OLE color: 1950634.

HSL color Cylindrical-coordinate representation of color #AAC31D: hue angle of 69.04º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC31D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 29 -
CMYK 0.13 0 0.85 0.24
HSL 69.04º 0.74% 0.44% -
HSV(B) 69.04º 0.85% 0.76% -
XYZ 36.31 47.66 8.45 -
YUV 168.6 49.22 129 -
System Red Green Blue C M Y K H S L
Decimal 170 195 29 0.13 0 0.85 0.24 69.04 0.74 0.44
Hex AA C3 1D D 0 55 18 45 4A 2C
Octal 252 303 35 15 0 125 30 105 112 54
Binary 10101010 11000011 11101 1101 0 1010101 11000 1000101 1001010 101100

Color Harmonies of #AAC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC31D

Black with #AAC31D

Text Example


Text Example

White with #AAC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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