#ACB850

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

Shades of Celery #ACB850

Tints of Celery #ACB850

Color information

#ACB850 (or 0xACB850) is unknown color: approx Celery. HEX triplet: AC, B8 and 50. RGB value is (172,184,80). Sum of RGB (Red+Green+Blue) = 172+184+80=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB850 is #5347AF. Grayscale: #A8A8A8. Windows color (decimal): -5457840 or 5290156. OLE color: 5290156.

HSL color Cylindrical-coordinate representation of color #ACB850: hue angle of 66.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB850 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB17218480-
CMYK0.0700.570.28
HSL66.92º42.28%51.76%-
HSV(B)66.92º56.52%72.16%-
XYZ35.643.6314.13-
YUV168.5678.02130.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 80 (31.64% from 255) = 18.35%
R=39.45%
G=42.20%
B=18.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172184800.0700.570.2866.9242.2851.76
HexACB85070391C432a34
Octal2542701207071341035264
Binary101011001011100010100001110111001111001000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB850; }

 p { color: rgb(172,184,80); }

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

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

 a { background-color: rgb(172,184,80); }

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

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

 span { border-color: rgb(172,184,80); }

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