Html Css Color HEX #8CAC61 Chelsea Cucumber

📋 copy color: '#8CAC61'

red 140 ◦ green 172 ◦ blue 97

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

Shades of Chelsea Cucumber #8CAC61

Tints of Chelsea Cucumber #8CAC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.72%

R = 34.23%
G = 42.05%
B = 23.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#8CAC61 (or 0x8CAC61) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 61. RGB value is (140,172,97). Sum of RGB (Red+Green+Blue) = 140+172+97=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC61 is #73539E. Grayscale: #9A9A9A. Windows color (decimal): -7558047 or 6401164. OLE color: 6401164.

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

Color convert

RGB 140 172 97 -
CMYK 0.19 0 0.44 0.33
HSL 85.6º 0.31% 0.53% -
HSV(B) 85.6º 0.44% 0.67% -
XYZ 27.73 35.94 16.79 -
YUV 153.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 140 172 97 0.19 0 0.44 0.33 85.6 0.31 0.53
Hex 8C AC 61 13 0 2C 21 56 1F 35
Octal 214 254 141 23 0 54 41 126 37 65
Binary 10001100 10101100 1100001 10011 0 101100 100001 1010110 11111 110101

Color Harmonies of #8CAC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC61

Black with #8CAC61

Text Example


Text Example

White with #8CAC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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