#ACB941

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

Shades of Celery #ACB941

Tints of Celery #ACB941

Color information

#ACB941 (or 0xACB941) is unknown color: approx Celery. HEX triplet: AC, B9 and 41. RGB value is (172,185,65). Sum of RGB (Red+Green+Blue) = 172+185+65=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB941 is #5346BE. Grayscale: #A7A7A7. Windows color (decimal): -5457599 or 4307372. OLE color: 4307372.

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

Color convert

RGB17218565-
CMYK0.0700.650.27
HSL66.5º48%49.02%-
HSV(B)66.5º64.86%72.55%-
XYZ35.3243.8511.6-
YUV167.4370.19131.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 185 (72.66% from 255) = 43.84%
BLUE value IS 65 (25.78% from 255) = 15.40%
R=40.76%
G=43.84%
B=15.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185650.0700.650.2766.54849.02
HexACB94170411B423031
Octal25427110170101331026061
Binary1010110010111001100000111101000001110111000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB941; }

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

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

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

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

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

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

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

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