Html Css Color HEX #859950 Chelsea Cucumber

📋 copy color: '#859950'

red 133 ◦ green 153 ◦ blue 80

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

Shades of Chelsea Cucumber #859950

Tints of Chelsea Cucumber #859950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 36.34%
G = 41.8%
B = 21.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#859950 (or 0x859950) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 50. RGB value is (133,153,80). Sum of RGB (Red+Green+Blue) = 133+153+80=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #859950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859950 is #7A66AF. Grayscale: #8A8A8A. Windows color (decimal): -8021680 or 5282181. OLE color: 5282181.

HSL color Cylindrical-coordinate representation of color #859950: hue angle of 76.44º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859950 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 80 -
CMYK 0.13 0 0.48 0.4
HSL 76.44º 0.31% 0.46% -
HSV(B) 76.44º 0.48% 0.6% -
XYZ 22.51 28.35 11.87 -
YUV 138.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 133 153 80 0.13 0 0.48 0.4 76.44 0.31 0.46
Hex 85 99 50 D 0 30 28 4C 1F 2E
Octal 205 231 120 15 0 60 50 114 37 56
Binary 10000101 10011001 1010000 1101 0 110000 101000 1001100 11111 101110

Color Harmonies of #859950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859950

Black with #859950

Text Example


Text Example

White with #859950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859950; }

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

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

background-color css

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

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

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

border-color css

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

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

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