Html Css Color HEX #859E5A Chelsea Cucumber

📋 copy color: '#859E5A'

red 133 ◦ green 158 ◦ blue 90

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

Shades of Chelsea Cucumber #859E5A

Tints of Chelsea Cucumber #859E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 34.91%
G = 41.47%
B = 23.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#859E5A (or 0x859E5A) is known color: Chelsea Cucumber. HEX triplet: 85, 9E and 5A. RGB value is (133,158,90). Sum of RGB (Red+Green+Blue) = 133+158+90=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #859E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E5A is #7A61A5. Grayscale: #8F8F8F. Windows color (decimal): -8020390 or 5938821. OLE color: 5938821.

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

Color convert

RGB 133 158 90 -
CMYK 0.16 0 0.43 0.38
HSL 82.06º 0.27% 0.49% -
HSV(B) 82.06º 0.43% 0.62% -
XYZ 23.75 30.18 14.25 -
YUV 142.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 133 158 90 0.16 0 0.43 0.38 82.06 0.27 0.49
Hex 85 9E 5A 10 0 2B 26 52 1B 31
Octal 205 236 132 20 0 53 46 122 33 61
Binary 10000101 10011110 1011010 10000 0 101011 100110 1010010 11011 110001

Color Harmonies of #859E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E5A

Black with #859E5A

Text Example


Text Example

White with #859E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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