Html Css Color HEX #8CAC6A Chelsea Cucumber

📋 copy color: '#8CAC6A'

red 140 ◦ green 172 ◦ blue 106

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

Shades of Chelsea Cucumber #8CAC6A

Tints of Chelsea Cucumber #8CAC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 33.49%
G = 41.15%
B = 25.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#8CAC6A (or 0x8CAC6A) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 6A. RGB value is (140,172,106). Sum of RGB (Red+Green+Blue) = 140+172+106=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC6A is #735395. Grayscale: #9B9B9B. Windows color (decimal): -7558038 or 6990988. OLE color: 6990988.

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

Color convert

RGB 140 172 106 -
CMYK 0.19 0 0.38 0.33
HSL 89.09º 0.28% 0.55% -
HSV(B) 89.09º 0.38% 0.67% -
XYZ 28.17 36.12 19.12 -
YUV 154.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 140 172 106 0.19 0 0.38 0.33 89.09 0.28 0.55
Hex 8C AC 6A 13 0 26 21 59 1C 37
Octal 214 254 152 23 0 46 41 131 34 67
Binary 10001100 10101100 1101010 10011 0 100110 100001 1011001 11100 110111

Color Harmonies of #8CAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC6A

Black with #8CAC6A

Text Example


Text Example

White with #8CAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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