#85B55C

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

Shades of Chelsea Cucumber #85B55C

Tints of Chelsea Cucumber #85B55C

Color information

#85B55C (or 0x85B55C) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B5 and 5C. RGB value is (133,181,92). Sum of RGB (Red+Green+Blue) = 133+181+92=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #85B55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B55C is #7A4AA3. Grayscale: #9C9C9C. Windows color (decimal): -8014500 or 6075781. OLE color: 6075781.

HSL color Cylindrical-coordinate representation of color #85B55C: hue angle of 92.36º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B55C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB13318192-
CMYK0.2700.490.29
HSL92.36º37.55%53.53%-
HSV(B)92.36º49.17%70.98%-
XYZ28.1338.8116.13-
YUV156.591.6111.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 92 (36.33% from 255) = 22.66%
R=32.76%
G=44.58%
B=22.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181920.2700.490.2992.3637.5553.53
Hex85B55C1B0311D5c2636
Octal20526513433061351344666
Binary10000101101101011011100110110110001111011011100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,181,92); }

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

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

 a { background-color: rgb(133,181,92); }

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

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

 span { border-color: rgb(133,181,92); }

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