#ACCC48

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

Shades of Celery #ACCC48

Tints of Celery #ACCC48

Color information

#ACCC48 (or 0xACCC48) is unknown color: approx Celery. HEX triplet: AC, CC and 48. RGB value is (172,204,72). Sum of RGB (Red+Green+Blue) = 172+204+72=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC48 is #5333B7. Grayscale: #B3B3B3. Windows color (decimal): -5452728 or 4770988. OLE color: 4770988.

HSL color Cylindrical-coordinate representation of color #ACCC48: hue angle of 74.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACCC48 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB17220472-
CMYK0.1600.650.2
HSL74.55º56.41%54.12%-
HSV(B)74.55º64.71%80%-
XYZ39.7852.4214.15-
YUV179.3867.4122.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=38.39%
G=45.54%
B=16.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172204720.1600.650.274.5556.4154.12
HexACCC4810041144b3836
Octal254314110200101241137066
Binary101011001100110010010001000001000001101001001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC48; }

 p { color: rgb(172,204,72); }

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

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

 a { background-color: rgb(172,204,72); }

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

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

 span { border-color: rgb(172,204,72); }

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