Html Css Color HEX #AAC61D Bahia

📋 copy color: '#AAC61D'

red 170 ◦ green 198 ◦ blue 29

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

Shades of Bahia #AAC61D

Tints of Bahia #AAC61D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

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

R = 42.82%
G = 49.87%
B = 7.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#AAC61D (or 0xAAC61D) is known color: Bahia. HEX triplet: AA, C6 and 1D. RGB value is (170,198,29). Sum of RGB (Red+Green+Blue) = 170+198+29=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC61D is #5539E2. Grayscale: #ABABAB. Windows color (decimal): -5585379 or 1951402. OLE color: 1951402.

HSL color Cylindrical-coordinate representation of color #AAC61D: hue angle of 69.94º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC61D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 29 -
CMYK 0.14 0 0.85 0.22
HSL 69.94º 0.74% 0.45% -
HSV(B) 69.94º 0.85% 0.78% -
XYZ 36.99 49.02 8.68 -
YUV 170.36 48.22 127.74 -
System Red Green Blue C M Y K H S L
Decimal 170 198 29 0.14 0 0.85 0.22 69.94 0.74 0.45
Hex AA C6 1D E 0 55 16 46 4A 2D
Octal 252 306 35 16 0 125 26 106 112 55
Binary 10101010 11000110 11101 1110 0 1010101 10110 1000110 1001010 101101

Color Harmonies of #AAC61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC61D

Black with #AAC61D

Text Example


Text Example

White with #AAC61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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