Html Css Color HEX #85B556 Chelsea Cucumber

📋 copy color: '#85B556'

red 133 ◦ green 181 ◦ blue 86

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

Shades of Chelsea Cucumber #85B556

Tints of Chelsea Cucumber #85B556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.25%

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

R = 33.25%
G = 45.25%
B = 21.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#85B556 (or 0x85B556) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 56. RGB value is (133,181,86). Sum of RGB (Red+Green+Blue) = 133+181+86=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #85B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B556 is #7A4AA9. Grayscale: #9C9C9C. Windows color (decimal): -8014506 or 5682565. OLE color: 5682565.

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

Color convert

RGB 133 181 86 -
CMYK 0.27 0 0.52 0.29
HSL 90.32º 0.39% 0.52% -
HSV(B) 90.32º 0.52% 0.71% -
XYZ 27.88 38.71 14.81 -
YUV 155.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 133 181 86 0.27 0 0.52 0.29 90.32 0.39 0.52
Hex 85 B5 56 1B 0 34 1D 5A 27 34
Octal 205 265 126 33 0 64 35 132 47 64
Binary 10000101 10110101 1010110 11011 0 110100 11101 1011010 100111 110100

Color Harmonies of #85B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B556

Black with #85B556

Text Example


Text Example

White with #85B556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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