#85B553

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

Shades of Chelsea Cucumber #85B553

Tints of Chelsea Cucumber #85B553

Color information

#85B553 (or 0x85B553) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B5 and 53. RGB value is (133,181,83). Sum of RGB (Red+Green+Blue) = 133+181+83=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #85B553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B553 is #7A4AAC. Grayscale: #9B9B9B. Windows color (decimal): -8014509 or 5485957. OLE color: 5485957.

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

Color convert

RGB13318183-
CMYK0.2700.540.29
HSL89.39º39.84%51.76%-
HSV(B)89.39º54.14%70.98%-
XYZ27.7638.6614.18-
YUV155.4887.1111.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=33.50%
G=45.59%
B=20.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181830.2700.540.2989.3939.8451.76
Hex85B5531B0361D592834
Octal20526512333066351315064
Binary10000101101101011010011110110110110111011011001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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