Html Css Color HEX #85B155 Chelsea Cucumber

📋 copy color: '#85B155'

red 133 ◦ green 177 ◦ blue 85

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

Shades of Chelsea Cucumber #85B155

Tints of Chelsea Cucumber #85B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.81%

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

R = 33.67%
G = 44.81%
B = 21.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#85B155 (or 0x85B155) is known color: Chelsea Cucumber. HEX triplet: 85, B1 and 55. RGB value is (133,177,85). Sum of RGB (Red+Green+Blue) = 133+177+85=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #85B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B155 is #7A4EAA. Grayscale: #999999. Windows color (decimal): -8015531 or 5616005. OLE color: 5616005.

HSL color Cylindrical-coordinate representation of color #85B155: hue angle of 88.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85B155 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 177 85 -
CMYK 0.25 0 0.52 0.31
HSL 88.7º 0.37% 0.51% -
HSV(B) 88.7º 0.52% 0.69% -
XYZ 27.03 37.09 14.33 -
YUV 153.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 133 177 85 0.25 0 0.52 0.31 88.7 0.37 0.51
Hex 85 B1 55 19 0 34 1F 59 25 33
Octal 205 261 125 31 0 64 37 131 45 63
Binary 10000101 10110001 1010101 11001 0 110100 11111 1011001 100101 110011

Color Harmonies of #85B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B155

Black with #85B155

Text Example


Text Example

White with #85B155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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