Html Css Color HEX #AAC52B Bahia

📋 copy color: '#AAC52B'

red 170 ◦ green 197 ◦ blue 43

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

Shades of Bahia #AAC52B

Tints of Bahia #AAC52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 41.46%
G = 48.05%
B = 10.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#AAC52B (or 0xAAC52B) is known color: Bahia. HEX triplet: AA, C5 and 2B. RGB value is (170,197,43). Sum of RGB (Red+Green+Blue) = 170+197+43=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC52B is #553AD4. Grayscale: #ABABAB. Windows color (decimal): -5585621 or 2868650. OLE color: 2868650.

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

Color convert

RGB 170 197 43 -
CMYK 0.14 0 0.78 0.23
HSL 70.52º 0.64% 0.47% -
HSV(B) 70.52º 0.78% 0.77% -
XYZ 36.98 48.65 9.73 -
YUV 171.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 170 197 43 0.14 0 0.78 0.23 70.52 0.64 0.47
Hex AA C5 2B E 0 4E 17 47 40 2F
Octal 252 305 53 16 0 116 27 107 100 57
Binary 10101010 11000101 101011 1110 0 1001110 10111 1000111 1000000 101111

Color Harmonies of #AAC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC52B

Black with #AAC52B

Text Example


Text Example

White with #AAC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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