Html Css Color HEX #8E9E50 Chelsea Cucumber

📋 copy color: '#8E9E50'

red 142 ◦ green 158 ◦ blue 80

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

Shades of Chelsea Cucumber #8E9E50

Tints of Chelsea Cucumber #8E9E50

RGB

 RED value IS 142 (55.86% from 255) = 37.37%

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

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

R = 37.37%
G = 41.58%
B = 21.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#8E9E50 (or 0x8E9E50) is known color: Chelsea Cucumber. HEX triplet: 8E, 9E and 50. RGB value is (142,158,80). Sum of RGB (Red+Green+Blue) = 142+158+80=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E50 is #7161AF. Grayscale: #909090. Windows color (decimal): -7430576 or 5283470. OLE color: 5283470.

HSL color Cylindrical-coordinate representation of color #8E9E50: hue angle of 72.31º 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 #8E9E50 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 158 80 -
CMYK 0.10 0 0.49 0.38
HSL 72.31º 0.33% 0.47% -
HSV(B) 72.31º 0.49% 0.62% -
XYZ 24.83 30.78 12.22 -
YUV 144.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 142 158 80 0.10 0 0.49 0.38 72.31 0.33 0.47
Hex 8E 9E 50 A 0 31 26 48 21 2F
Octal 216 236 120 12 0 61 46 110 41 57
Binary 10001110 10011110 1010000 1010 0 110001 100110 1001000 100001 101111

Color Harmonies of #8E9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E50

Black with #8E9E50

Text Example


Text Example

White with #8E9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E9E50; }

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

 H1.HeaderClassName
 {
   color: #8E9E50;
 }
 .AnyTagClassName
 {
   color: #8E9E50;
 }
</style>

background-color css

<style>
 a { background-color: #8E9E50; }

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

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

border-color css

<style>
 span { border-color: #8E9E50; }

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

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