#ACB958

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

Shades of Celery #ACB958

Tints of Celery #ACB958

Color information

#ACB958 (or 0xACB958) is unknown color: approx Celery. HEX triplet: AC, B9 and 58. RGB value is (172,185,88). Sum of RGB (Red+Green+Blue) = 172+185+88=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB958 is #5346A7. Grayscale: #AAAAAA. Windows color (decimal): -5457576 or 5814700. OLE color: 5814700.

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

Color convert

RGB17218588-
CMYK0.0700.520.27
HSL68.04º40.93%53.53%-
HSV(B)68.04º52.43%72.55%-
XYZ36.1244.1715.85-
YUV170.0681.69129.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=38.65%
G=41.57%
B=19.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185880.0700.520.2768.0440.9353.53
HexACB95870341B442936
Octal2542711307064331045166
Binary101011001011100110110001110110100110111000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB958; }

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

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

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

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

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

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

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

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