Html Css Color HEX #859D4F Chelsea Cucumber

📋 copy color: '#859D4F'

red 133 ◦ green 157 ◦ blue 79

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

Shades of Chelsea Cucumber #859D4F

Tints of Chelsea Cucumber #859D4F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 36.04%
G = 42.55%
B = 21.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#859D4F (or 0x859D4F) is known color: Chelsea Cucumber. HEX triplet: 85, 9D and 4F. RGB value is (133,157,79). Sum of RGB (Red+Green+Blue) = 133+157+79=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #859D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D4F is #7A62B0. Grayscale: #8D8D8D. Windows color (decimal): -8020657 or 5217669. OLE color: 5217669.

HSL color Cylindrical-coordinate representation of color #859D4F: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #859D4F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 79 -
CMYK 0.15 0 0.50 0.38
HSL 78.46º 0.33% 0.46% -
HSV(B) 78.46º 0.5% 0.62% -
XYZ 23.14 29.67 11.9 -
YUV 140.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 133 157 79 0.15 0 0.50 0.38 78.46 0.33 0.46
Hex 85 9D 4F F 0 32 26 4E 21 2E
Octal 205 235 117 17 0 62 46 116 41 56
Binary 10000101 10011101 1001111 1111 0 110010 100110 1001110 100001 101110

Color Harmonies of #859D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D4F

Black with #859D4F

Text Example


Text Example

White with #859D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,157,79); }

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

background-color css

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

 a { background-color: rgb(133,157,79); }

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

border-color css

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

 span { border-color: rgb(133,157,79); }

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