Html Css Color HEX #859B5F Chelsea Cucumber

📋 copy color: '#859B5F'

red 133 ◦ green 155 ◦ blue 95

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

Shades of Chelsea Cucumber #859B5F

Tints of Chelsea Cucumber #859B5F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 34.73%
G = 40.47%
B = 24.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#859B5F (or 0x859B5F) is known color: Chelsea Cucumber. HEX triplet: 85, 9B and 5F. RGB value is (133,155,95). Sum of RGB (Red+Green+Blue) = 133+155+95=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #859B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B5F is #7A64A0. Grayscale: #8D8D8D. Windows color (decimal): -8021153 or 6265733. OLE color: 6265733.

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

Color convert

RGB 133 155 95 -
CMYK 0.14 0 0.39 0.39
HSL 82º 0.24% 0.49% -
HSV(B) 82º 0.39% 0.61% -
XYZ 23.46 29.26 15.24 -
YUV 141.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 133 155 95 0.14 0 0.39 0.39 82 0.24 0.49
Hex 85 9B 5F E 0 27 27 52 18 31
Octal 205 233 137 16 0 47 47 122 30 61
Binary 10000101 10011011 1011111 1110 0 100111 100111 1010010 11000 110001

Color Harmonies of #859B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B5F

Black with #859B5F

Text Example


Text Example

White with #859B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,155,95); }

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

background-color css

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

 a { background-color: rgb(133,155,95); }

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

border-color css

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

 span { border-color: rgb(133,155,95); }

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