Html Css Color HEX #859A5B Chelsea Cucumber

📋 copy color: '#859A5B'

red 133 ◦ green 154 ◦ blue 91

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

Shades of Chelsea Cucumber #859A5B

Tints of Chelsea Cucumber #859A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 35.19%
G = 40.74%
B = 24.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#859A5B (or 0x859A5B) is known color: Chelsea Cucumber. HEX triplet: 85, 9A and 5B. RGB value is (133,154,91). Sum of RGB (Red+Green+Blue) = 133+154+91=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #859A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A5B is #7A65A4. Grayscale: #8C8C8C. Windows color (decimal): -8021413 or 6003333. OLE color: 6003333.

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

Color convert

RGB 133 154 91 -
CMYK 0.14 0 0.41 0.40
HSL 80º 0.26% 0.48% -
HSV(B) 80º 0.41% 0.6% -
XYZ 23.12 28.85 14.25 -
YUV 140.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 133 154 91 0.14 0 0.41 0.40 80 0.26 0.48
Hex 85 9A 5B E 0 29 28 50 1A 30
Octal 205 232 133 16 0 51 50 120 32 60
Binary 10000101 10011010 1011011 1110 0 101001 101000 1010000 11010 110000

Color Harmonies of #859A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A5B

Black with #859A5B

Text Example


Text Example

White with #859A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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