#ACB945

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

Shades of Celery #ACB945

Tints of Celery #ACB945

Color information

#ACB945 (or 0xACB945) is unknown color: approx Celery. HEX triplet: AC, B9 and 45. RGB value is (172,185,69). Sum of RGB (Red+Green+Blue) = 172+185+69=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB945 is #5346BA. Grayscale: #A8A8A8. Windows color (decimal): -5457595 or 4569516. OLE color: 4569516.

HSL color Cylindrical-coordinate representation of color #ACB945: hue angle of 66.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB945 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB17218569-
CMYK0.0700.630.27
HSL66.72º45.67%49.8%-
HSV(B)66.72º62.7%72.55%-
XYZ35.4443.912.24-
YUV167.8972.19130.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 69 (27.34% from 255) = 16.20%
R=40.38%
G=43.43%
B=16.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185690.0700.630.2766.7245.6749.8
HexACB945703F1B432e32
Octal2542711057077331035662
Binary101011001011100110001011110111111110111000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB945; }

 p { color: rgb(172,185,69); }

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

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

 a { background-color: rgb(172,185,69); }

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

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

 span { border-color: rgb(172,185,69); }

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