#85B94C

Color #85B94C Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85B94C

Tints of Chelsea Cucumber #85B94C

Color information

#85B94C (or 0x85B94C) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B9 and 4C. RGB value is (133,185,76). Sum of RGB (Red+Green+Blue) = 133+185+76=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #85B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B94C is #7A46B3. Grayscale: #9D9D9D. Windows color (decimal): -8013492 or 5028229. OLE color: 5028229.

HSL color Cylindrical-coordinate representation of color #85B94C: hue angle of 88.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B94C is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB13318576-
CMYK0.2800.590.27
HSL88.62º43.78%51.18%-
HSV(B)88.62º58.92%72.55%-
XYZ28.3340.2113.11-
YUV157.0382.27110.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=33.76%
G=46.95%
B=19.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185760.2800.590.2788.6243.7851.18
Hex85B94C1C03B1B592c33
Octal20527111434073331315463
Binary10000101101110011001100111000111011110111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B94C; }

 p { color: rgb(133,185,76); }

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

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

 a { background-color: rgb(133,185,76); }

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

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

 span { border-color: rgb(133,185,76); }

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