Html Css Color HEX #AAC51D Bahia

📋 copy color: '#AAC51D'

red 170 ◦ green 197 ◦ blue 29

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

Shades of Bahia #AAC51D

Tints of Bahia #AAC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.75%

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

R = 42.93%
G = 49.75%
B = 7.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#AAC51D (or 0xAAC51D) is known color: Bahia. HEX triplet: AA, C5 and 1D. RGB value is (170,197,29). Sum of RGB (Red+Green+Blue) = 170+197+29=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC51D is #553AE2. Grayscale: #AAAAAA. Windows color (decimal): -5585635 or 1951146. OLE color: 1951146.

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

Color convert

RGB 170 197 29 -
CMYK 0.14 0 0.85 0.23
HSL 69.64º 0.74% 0.44% -
HSV(B) 69.64º 0.85% 0.77% -
XYZ 36.77 48.57 8.6 -
YUV 169.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 170 197 29 0.14 0 0.85 0.23 69.64 0.74 0.44
Hex AA C5 1D E 0 55 17 46 4A 2C
Octal 252 305 35 16 0 125 27 106 112 54
Binary 10101010 11000101 11101 1110 0 1010101 10111 1000110 1001010 101100

Color Harmonies of #AAC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC51D

Black with #AAC51D

Text Example


Text Example

White with #AAC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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