Html Css Color HEX #859E50 Chelsea Cucumber

📋 copy color: '#859E50'

red 133 ◦ green 158 ◦ blue 80

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

Shades of Chelsea Cucumber #859E50

Tints of Chelsea Cucumber #859E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 35.85%
G = 42.59%
B = 21.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#859E50 (or 0x859E50) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 50. RGB value is (133,158,80). Sum of RGB (Red+Green+Blue) = 133+158+80=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #859E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E50 is #7A61AF. Grayscale: #8D8D8D. Windows color (decimal): -8020400 or 5283461. OLE color: 5283461.

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

Color convert

RGB 133 158 80 -
CMYK 0.16 0 0.49 0.38
HSL 79.23º 0.33% 0.47% -
HSV(B) 79.23º 0.49% 0.62% -
XYZ 23.35 30.02 12.15 -
YUV 141.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 133 158 80 0.16 0 0.49 0.38 79.23 0.33 0.47
Hex 85 9E 50 10 0 31 26 4F 21 2F
Octal 205 236 120 20 0 61 46 117 41 57
Binary 10000101 10011110 1010000 10000 0 110001 100110 1001111 100001 101111

Color Harmonies of #859E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E50

Black with #859E50

Text Example


Text Example

White with #859E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,158,80); }

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

background-color css

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

 a { background-color: rgb(133,158,80); }

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

border-color css

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

 span { border-color: rgb(133,158,80); }

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