#ACCA52

Color #ACCA52 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #ACCA52

Tints of Celery #ACCA52

Color information

#ACCA52 (or 0xACCA52) is unknown color: approx Celery. HEX triplet: AC, CA and 52. RGB value is (172,202,82). Sum of RGB (Red+Green+Blue) = 172+202+82=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA52 is #5335AD. Grayscale: #B3B3B3. Windows color (decimal): -5453230 or 5425836. OLE color: 5425836.

HSL color Cylindrical-coordinate representation of color #ACCA52: hue angle of 75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACCA52 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB17220282-
CMYK0.1500.590.21
HSL75º53.1%55.69%-
HSV(B)75º59.41%79.22%-
XYZ39.6651.6215.86-
YUV179.3573.06122.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=37.72%
G=44.30%
B=17.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202820.1500.590.217553.155.69
HexACCA52F03B154b3538
Octal25431212217073251136570
Binary1010110011001010101001011110111011101011001011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA52; }

 p { color: rgb(172,202,82); }

 H1.HeaderClassName
 {
   color: #ACCA52;
 }
 .AnyTagClassName
 {
   color: #ACCA52;
 }
</style>
background-color css

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

 a { background-color: rgb(172,202,82); }

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

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

 span { border-color: rgb(172,202,82); }

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