Html Css Color HEX #859A5E Chelsea Cucumber

📋 copy color: '#859A5E'

red 133 ◦ green 154 ◦ blue 94

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

Shades of Chelsea Cucumber #859A5E

Tints of Chelsea Cucumber #859A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 34.91%
G = 40.42%
B = 24.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#859A5E (or 0x859A5E) is known color: Chelsea Cucumber. HEX triplet: 85, 9A and 5E. RGB value is (133,154,94). Sum of RGB (Red+Green+Blue) = 133+154+94=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #859A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A5E is #7A65A1. Grayscale: #8D8D8D. Windows color (decimal): -8021410 or 6199941. OLE color: 6199941.

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

Color convert

RGB 133 154 94 -
CMYK 0.14 0 0.39 0.40
HSL 81º 0.24% 0.49% -
HSV(B) 81º 0.39% 0.6% -
XYZ 23.25 28.91 14.94 -
YUV 140.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 133 154 94 0.14 0 0.39 0.40 81 0.24 0.49
Hex 85 9A 5E E 0 27 28 51 18 31
Octal 205 232 136 16 0 47 50 121 30 61
Binary 10000101 10011010 1011110 1110 0 100111 101000 1010001 11000 110001

Color Harmonies of #859A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A5E

Black with #859A5E

Text Example


Text Example

White with #859A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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