Html Css Color HEX #8CA86F Chelsea Cucumber

📋 copy color: '#8CA86F'

red 140 ◦ green 168 ◦ blue 111

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

Shades of Chelsea Cucumber #8CA86F

Tints of Chelsea Cucumber #8CA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.1%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 33.41%
G = 40.1%
B = 26.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#8CA86F (or 0x8CA86F) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 6F. RGB value is (140,168,111). Sum of RGB (Red+Green+Blue) = 140+168+111=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA86F is #735790. Grayscale: #999999. Windows color (decimal): -7559057 or 7317644. OLE color: 7317644.

HSL color Cylindrical-coordinate representation of color #8CA86F: hue angle of 89.47º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CA86F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 111 -
CMYK 0.17 0 0.34 0.34
HSL 89.47º 0.25% 0.55% -
HSV(B) 89.47º 0.34% 0.66% -
XYZ 27.69 34.73 20.28 -
YUV 153.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 140 168 111 0.17 0 0.34 0.34 89.47 0.25 0.55
Hex 8C A8 6F 11 0 22 22 59 19 37
Octal 214 250 157 21 0 42 42 131 31 67
Binary 10001100 10101000 1101111 10001 0 100010 100010 1011001 11001 110111

Color Harmonies of #8CA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA86F

Black with #8CA86F

Text Example


Text Example

White with #8CA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,168,111); }

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

background-color css

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

 a { background-color: rgb(140,168,111); }

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

border-color css

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

 span { border-color: rgb(140,168,111); }

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