Html Css Color HEX #869E50 Chelsea Cucumber

📋 copy color: '#869E50'

red 134 ◦ green 158 ◦ blue 80

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

Shades of Chelsea Cucumber #869E50

Tints of Chelsea Cucumber #869E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 36.02%
G = 42.47%
B = 21.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#869E50 (or 0x869E50) is known color: Chelsea Cucumber. HEX triplet: 86, 9E and 50. RGB value is (134,158,80). Sum of RGB (Red+Green+Blue) = 134+158+80=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #869E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E50 is #7961AF. Grayscale: #8E8E8E. Windows color (decimal): -7954864 or 5283462. OLE color: 5283462.

HSL color Cylindrical-coordinate representation of color #869E50: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #869E50 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 158 80 -
CMYK 0.15 0 0.49 0.38
HSL 78.46º 0.33% 0.47% -
HSV(B) 78.46º 0.49% 0.62% -
XYZ 23.51 30.1 12.16 -
YUV 141.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 134 158 80 0.15 0 0.49 0.38 78.46 0.33 0.47
Hex 86 9E 50 F 0 31 26 4E 21 2F
Octal 206 236 120 17 0 61 46 116 41 57
Binary 10000110 10011110 1010000 1111 0 110001 100110 1001110 100001 101111

Color Harmonies of #869E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869E50

Black with #869E50

Text Example


Text Example

White with #869E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,158,80); }

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

background-color css

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

 a { background-color: rgb(134,158,80); }

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

border-color css

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

 span { border-color: rgb(134,158,80); }

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