Html Css Color HEX #85B357 Chelsea Cucumber

📋 copy color: '#85B357'

red 133 ◦ green 179 ◦ blue 87

#85B357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #85B357

Tints of Chelsea Cucumber #85B357

RGB

 RED value IS 133 (52.34% from 255) = 33.33%

 GREEN value IS 179 (70.31% from 255) = 44.86%

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 33.33%
G = 44.86%
B = 21.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#85B357 (or 0x85B357) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 57. RGB value is (133,179,87). Sum of RGB (Red+Green+Blue) = 133+179+87=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #85B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B357 is #7A4CA8. Grayscale: #9B9B9B. Windows color (decimal): -8015017 or 5747589. OLE color: 5747589.

HSL color Cylindrical-coordinate representation of color #85B357: hue angle of 90º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85B357 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 87 -
CMYK 0.26 0 0.51 0.30
HSL 90º 0.38% 0.52% -
HSV(B) 90º 0.51% 0.7% -
XYZ 27.51 37.91 14.89 -
YUV 154.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 133 179 87 0.26 0 0.51 0.30 90 0.38 0.52
Hex 85 B3 57 1A 0 33 1E 5A 26 34
Octal 205 263 127 32 0 63 36 132 46 64
Binary 10000101 10110011 1010111 11010 0 110011 11110 1011010 100110 110100

Color Harmonies of #85B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B357

Black with #85B357

Text Example


Text Example

White with #85B357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,87); }

 H1.HeaderClassName
 {
   color: #85B357;
 }
 .AnyTagClassName
 {
   color: #85B357;
 }
</style>

background-color css

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

 a { background-color: rgb(133,179,87); }

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

border-color css

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

 span { border-color: rgb(133,179,87); }

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