#ACB642

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

Shades of Celery #ACB642

Tints of Celery #ACB642

Color information

#ACB642 (or 0xACB642) is unknown color: approx Celery. HEX triplet: AC, B6 and 42. RGB value is (172,182,66). Sum of RGB (Red+Green+Blue) = 172+182+66=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB642 is #5349BD. Grayscale: #A6A6A6. Windows color (decimal): -5458366 or 4372140. OLE color: 4372140.

HSL color Cylindrical-coordinate representation of color #ACB642: hue angle of 65.17º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB642 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB17218266-
CMYK0.0500.640.29
HSL65.17º46.77%48.63%-
HSV(B)65.17º63.74%71.37%-
XYZ34.7242.6211.55-
YUV165.7971.69132.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 66 (26.17% from 255) = 15.71%
R=40.95%
G=43.33%
B=15.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182660.0500.640.2965.1746.7748.63
HexACB64250401D412f31
Octal25426610250100351015761
Binary1010110010110110100001010101000000111011000001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB642; }

 p { color: rgb(172,182,66); }

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

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

 a { background-color: rgb(172,182,66); }

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

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

 span { border-color: rgb(172,182,66); }

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