Html Css Color HEX #ACC524 Bahia

📋 copy color: '#ACC524'

red 172 ◦ green 197 ◦ blue 36

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

Shades of Bahia #ACC524

Tints of Bahia #ACC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 42.47%
G = 48.64%
B = 8.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#ACC524 (or 0xACC524) is known color: Bahia. HEX triplet: AC, C5 and 24. RGB value is (172,197,36). Sum of RGB (Red+Green+Blue) = 172+197+36=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC524 is #533ADB. Grayscale: #ABABAB. Windows color (decimal): -5454556 or 2409900. OLE color: 2409900.

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

Color convert

RGB 172 197 36 -
CMYK 0.13 0 0.82 0.23
HSL 69.32º 0.69% 0.46% -
HSV(B) 69.32º 0.82% 0.77% -
XYZ 37.3 48.83 9.13 -
YUV 171.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 172 197 36 0.13 0 0.82 0.23 69.32 0.69 0.46
Hex AC C5 24 D 0 52 17 45 45 2E
Octal 254 305 44 15 0 122 27 105 105 56
Binary 10101100 11000101 100100 1101 0 1010010 10111 1000101 1000101 101110

Color Harmonies of #ACC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC524

Black with #ACC524

Text Example


Text Example

White with #ACC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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