#ACB745

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

Shades of Celery #ACB745

Tints of Celery #ACB745

Color information

#ACB745 (or 0xACB745) is unknown color: approx Celery. HEX triplet: AC, B7 and 45. RGB value is (172,183,69). Sum of RGB (Red+Green+Blue) = 172+183+69=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB745 is #5348BA. Grayscale: #A7A7A7. Windows color (decimal): -5458107 or 4569004. OLE color: 4569004.

HSL color Cylindrical-coordinate representation of color #ACB745: hue angle of 65.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB745 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB17218369-
CMYK0.0600.620.28
HSL65.79º45.24%49.41%-
HSV(B)65.79º62.3%71.76%-
XYZ35.0243.0712.1-
YUV166.7272.86131.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 69 (27.34% from 255) = 16.27%
R=40.57%
G=43.16%
B=16.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183690.0600.620.2865.7945.2449.41
HexACB745603E1C422d31
Octal2542671056076341025561
Binary101011001011011110001011100111110111001000010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB745; }

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

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

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

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

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

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

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

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