Html Css Color HEX #85B355 Chelsea Cucumber

📋 copy color: '#85B355'

red 133 ◦ green 179 ◦ blue 85

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

Shades of Chelsea Cucumber #85B355

Tints of Chelsea Cucumber #85B355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 33.5%
G = 45.09%
B = 21.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#85B355 (or 0x85B355) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 55. RGB value is (133,179,85). Sum of RGB (Red+Green+Blue) = 133+179+85=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #85B355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B355 is #7A4CAA. Grayscale: #9A9A9A. Windows color (decimal): -8015019 or 5616517. OLE color: 5616517.

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

Color convert

RGB 133 179 85 -
CMYK 0.26 0 0.53 0.30
HSL 89.36º 0.38% 0.52% -
HSV(B) 89.36º 0.53% 0.7% -
XYZ 27.43 37.88 14.46 -
YUV 154.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 133 179 85 0.26 0 0.53 0.30 89.36 0.38 0.52
Hex 85 B3 55 1A 0 35 1E 59 26 34
Octal 205 263 125 32 0 65 36 131 46 64
Binary 10000101 10110011 1010101 11010 0 110101 11110 1011001 100110 110100

Color Harmonies of #85B355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B355

Black with #85B355

Text Example


Text Example

White with #85B355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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