Html Css Color HEX #ACC52D Bahia

📋 copy color: '#ACC52D'

red 172 ◦ green 197 ◦ blue 45

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

Shades of Bahia #ACC52D

Tints of Bahia #ACC52D

RGB

 RED value IS 172 (67.58% from 255) = 41.55%

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

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 41.55%
G = 47.58%
B = 10.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#ACC52D (or 0xACC52D) is known color: Bahia. HEX triplet: AC, C5 and 2D. RGB value is (172,197,45). Sum of RGB (Red+Green+Blue) = 172+197+45=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC52D is #533AD2. Grayscale: #ACACAC. Windows color (decimal): -5454547 or 2999724. OLE color: 2999724.

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

Color convert

RGB 172 197 45 -
CMYK 0.13 0 0.77 0.23
HSL 69.87º 0.63% 0.47% -
HSV(B) 69.87º 0.77% 0.77% -
XYZ 37.45 48.89 9.95 -
YUV 172.2 56.22 127.86 -
System Red Green Blue C M Y K H S L
Decimal 172 197 45 0.13 0 0.77 0.23 69.87 0.63 0.47
Hex AC C5 2D D 0 4D 17 46 3F 2F
Octal 254 305 55 15 0 115 27 106 77 57
Binary 10101100 11000101 101101 1101 0 1001101 10111 1000110 111111 101111

Color Harmonies of #ACC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC52D

Black with #ACC52D

Text Example


Text Example

White with #ACC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC52D; }

 p { color: rgb(172,197,45); }

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

background-color css

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

 a { background-color: rgb(172,197,45); }

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

border-color css

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

 span { border-color: rgb(172,197,45); }

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