Html Css Color HEX #869B5E Chelsea Cucumber

📋 copy color: '#869B5E'

red 134 ◦ green 155 ◦ blue 94

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

Shades of Chelsea Cucumber #869B5E

Tints of Chelsea Cucumber #869B5E

RGB

 RED value IS 134 (52.73% from 255) = 34.99%

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

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

R = 34.99%
G = 40.47%
B = 24.54%

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

#869B5E (or 0x869B5E) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 5E. RGB value is (134,155,94). Sum of RGB (Red+Green+Blue) = 134+155+94=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #869B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B5E is #7964A1. Grayscale: #8D8D8D. Windows color (decimal): -7955618 or 6200198. OLE color: 6200198.

HSL color Cylindrical-coordinate representation of color #869B5E: hue angle of 80.66º 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 #869B5E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 94 -
CMYK 0.14 0 0.39 0.39
HSL 80.66º 0.24% 0.49% -
HSV(B) 80.66º 0.39% 0.61% -
XYZ 23.57 29.32 15.01 -
YUV 141.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 134 155 94 0.14 0 0.39 0.39 80.66 0.24 0.49
Hex 86 9B 5E E 0 27 27 51 18 31
Octal 206 233 136 16 0 47 47 121 30 61
Binary 10000110 10011011 1011110 1110 0 100111 100111 1010001 11000 110001

Color Harmonies of #869B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B5E

Black with #869B5E

Text Example


Text Example

White with #869B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B5E; }

 p { color: rgb(134,155,94); }

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

background-color css

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

 a { background-color: rgb(134,155,94); }

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

border-color css

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

 span { border-color: rgb(134,155,94); }

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