Html Css Color HEX #85B156 Chelsea Cucumber

📋 copy color: '#85B156'

red 133 ◦ green 177 ◦ blue 86

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

Shades of Chelsea Cucumber #85B156

Tints of Chelsea Cucumber #85B156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 33.59%
G = 44.7%
B = 21.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#85B156 (or 0x85B156) is known color: Chelsea Cucumber. HEX triplet: 85, B1 and 56. RGB value is (133,177,86). Sum of RGB (Red+Green+Blue) = 133+177+86=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #85B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B156 is #7A4EA9. Grayscale: #999999. Windows color (decimal): -8015530 or 5681541. OLE color: 5681541.

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

Color convert

RGB 133 177 86 -
CMYK 0.25 0 0.51 0.31
HSL 89.01º 0.37% 0.52% -
HSV(B) 89.01º 0.51% 0.69% -
XYZ 27.07 37.1 14.54 -
YUV 153.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 133 177 86 0.25 0 0.51 0.31 89.01 0.37 0.52
Hex 85 B1 56 19 0 33 1F 59 25 34
Octal 205 261 126 31 0 63 37 131 45 64
Binary 10000101 10110001 1010110 11001 0 110011 11111 1011001 100101 110100

Color Harmonies of #85B156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B156

Black with #85B156

Text Example


Text Example

White with #85B156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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