Html Css Color HEX #869A5E Chelsea Cucumber

📋 copy color: '#869A5E'

red 134 ◦ green 154 ◦ blue 94

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

Shades of Chelsea Cucumber #869A5E

Tints of Chelsea Cucumber #869A5E

RGB

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

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

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

R = 35.08%
G = 40.31%
B = 24.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#869A5E (or 0x869A5E) is known color: Chelsea Cucumber. HEX triplet: 86, 9A and 5E. RGB value is (134,154,94). Sum of RGB (Red+Green+Blue) = 134+154+94=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #869A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A5E is #7965A1. Grayscale: #8D8D8D. Windows color (decimal): -7955874 or 6199942. OLE color: 6199942.

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

Color convert

RGB 134 154 94 -
CMYK 0.13 0 0.39 0.40
HSL 80º 0.24% 0.49% -
HSV(B) 80º 0.39% 0.6% -
XYZ 23.41 28.99 14.95 -
YUV 141.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 134 154 94 0.13 0 0.39 0.40 80 0.24 0.49
Hex 86 9A 5E D 0 27 28 50 18 31
Octal 206 232 136 15 0 47 50 120 30 61
Binary 10000110 10011010 1011110 1101 0 100111 101000 1010000 11000 110001

Color Harmonies of #869A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A5E

Black with #869A5E

Text Example


Text Example

White with #869A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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