Html Css Color HEX #859B5E Chelsea Cucumber

📋 copy color: '#859B5E'

red 133 ◦ green 155 ◦ blue 94

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

Shades of Chelsea Cucumber #859B5E

Tints of Chelsea Cucumber #859B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.58%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 34.82%
G = 40.58%
B = 24.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#859B5E (or 0x859B5E) is known color: Chelsea Cucumber. HEX triplet: 85, 9B and 5E. RGB value is (133,155,94). Sum of RGB (Red+Green+Blue) = 133+155+94=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #859B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B5E is #7A64A1. Grayscale: #8D8D8D. Windows color (decimal): -8021154 or 6200197. OLE color: 6200197.

HSL color Cylindrical-coordinate representation of color #859B5E: hue angle of 81.64º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859B5E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 94 -
CMYK 0.14 0 0.39 0.39
HSL 81.64º 0.24% 0.49% -
HSV(B) 81.64º 0.39% 0.61% -
XYZ 23.41 29.24 15 -
YUV 141.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 133 155 94 0.14 0 0.39 0.39 81.64 0.24 0.49
Hex 85 9B 5E E 0 27 27 52 18 31
Octal 205 233 136 16 0 47 47 122 30 61
Binary 10000101 10011011 1011110 1110 0 100111 100111 1010010 11000 110001

Color Harmonies of #859B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B5E

Black with #859B5E

Text Example


Text Example

White with #859B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859B5E; }

 p { color: rgb(133,155,94); }

 H1.HeaderClassName
 {
   color: #859B5E;
 }
 .AnyTagClassName
 {
   color: #859B5E;
 }
</style>

background-color css

<style>
 a { background-color: #859B5E; }

 a { background-color: rgb(133,155,94); }

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

border-color css

<style>
 span { border-color: #859B5E; }

 span { border-color: rgb(133,155,94); }

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