Html Css Color HEX #8CAC5E Chelsea Cucumber

📋 copy color: '#8CAC5E'

red 140 ◦ green 172 ◦ blue 94

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

Shades of Chelsea Cucumber #8CAC5E

Tints of Chelsea Cucumber #8CAC5E

RGB

 RED value IS 140 (55.08% from 255) = 34.48%

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 34.48%
G = 42.36%
B = 23.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#8CAC5E (or 0x8CAC5E) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 5E. RGB value is (140,172,94). Sum of RGB (Red+Green+Blue) = 140+172+94=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC5E is #7353A1. Grayscale: #999999. Windows color (decimal): -7558050 or 6204556. OLE color: 6204556.

HSL color Cylindrical-coordinate representation of color #8CAC5E: hue angle of 84.62º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAC5E is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 94 -
CMYK 0.19 0 0.45 0.33
HSL 84.62º 0.32% 0.52% -
HSV(B) 84.62º 0.45% 0.67% -
XYZ 27.59 35.89 16.06 -
YUV 153.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 140 172 94 0.19 0 0.45 0.33 84.62 0.32 0.52
Hex 8C AC 5E 13 0 2D 21 55 20 34
Octal 214 254 136 23 0 55 41 125 40 64
Binary 10001100 10101100 1011110 10011 0 101101 100001 1010101 100000 110100

Color Harmonies of #8CAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC5E

Black with #8CAC5E

Text Example


Text Example

White with #8CAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,94); }

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

background-color css

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

 a { background-color: rgb(140,172,94); }

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

border-color css

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

 span { border-color: rgb(140,172,94); }

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