Html Css Color HEX #8CAC56 Chelsea Cucumber

📋 copy color: '#8CAC56'

red 140 ◦ green 172 ◦ blue 86

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

Shades of Chelsea Cucumber #8CAC56

Tints of Chelsea Cucumber #8CAC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.61%

R = 35.18%
G = 43.22%
B = 21.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#8CAC56 (or 0x8CAC56) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 56. RGB value is (140,172,86). Sum of RGB (Red+Green+Blue) = 140+172+86=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC56 is #7353A9. Grayscale: #989898. Windows color (decimal): -7558058 or 5680268. OLE color: 5680268.

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

Color convert

RGB 140 172 86 -
CMYK 0.19 0 0.5 0.33
HSL 82.33º 0.34% 0.51% -
HSV(B) 82.33º 0.5% 0.67% -
XYZ 27.25 35.75 14.27 -
YUV 152.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 140 172 86 0.19 0 0.5 0.33 82.33 0.34 0.51
Hex 8C AC 56 13 0 32 21 52 22 33
Octal 214 254 126 23 0 62 41 122 42 63
Binary 10001100 10101100 1010110 10011 0 110010 100001 1010010 100010 110011

Color Harmonies of #8CAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC56

Black with #8CAC56

Text Example


Text Example

White with #8CAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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