Html Css Color HEX #859D5D Chelsea Cucumber

📋 copy color: '#859D5D'

red 133 ◦ green 157 ◦ blue 93

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

Shades of Chelsea Cucumber #859D5D

Tints of Chelsea Cucumber #859D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 34.73%
G = 40.99%
B = 24.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#859D5D (or 0x859D5D) is known color: Chelsea Cucumber. HEX triplet: 85, 9D and 5D. RGB value is (133,157,93). Sum of RGB (Red+Green+Blue) = 133+157+93=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 157 - color contains mainly: green. Hex color #859D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D5D is #7A62A2. Grayscale: #8E8E8E. Windows color (decimal): -8020643 or 6135173. OLE color: 6135173.

HSL color Cylindrical-coordinate representation of color #859D5D: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #859D5D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 93 -
CMYK 0.15 0 0.41 0.38
HSL 82.5º 0.26% 0.49% -
HSV(B) 82.5º 0.41% 0.62% -
XYZ 23.71 29.89 14.88 -
YUV 142.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 133 157 93 0.15 0 0.41 0.38 82.5 0.26 0.49
Hex 85 9D 5D F 0 29 26 52 1A 31
Octal 205 235 135 17 0 51 46 122 32 61
Binary 10000101 10011101 1011101 1111 0 101001 100110 1010010 11010 110001

Color Harmonies of #859D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D5D

Black with #859D5D

Text Example


Text Example

White with #859D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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