#ACC550

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

Shades of Celery #ACC550

Tints of Celery #ACC550

Color information

#ACC550 (or 0xACC550) is unknown color: approx Celery. HEX triplet: AC, C5 and 50. RGB value is (172,197,80). Sum of RGB (Red+Green+Blue) = 172+197+80=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC550 is #533AAF. Grayscale: #B0B0B0. Windows color (decimal): -5454512 or 5293484. OLE color: 5293484.

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

Color convert

RGB17219780-
CMYK0.1300.590.23
HSL72.82º50.21%54.31%-
HSV(B)72.82º59.39%77.25%-
XYZ38.4349.2815.08-
YUV176.1973.72125.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=38.31%
G=43.88%
B=17.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172197800.1300.590.2372.8250.2154.31
HexACC550D03B17493236
Octal25430512015073271116266
Binary1010110011000101101000011010111011101111001001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC550; }

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

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

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

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

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

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

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

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