Html Css Color HEX #8CA56F Chelsea Cucumber

📋 copy color: '#8CA56F'

red 140 ◦ green 165 ◦ blue 111

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

Shades of Chelsea Cucumber #8CA56F

Tints of Chelsea Cucumber #8CA56F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

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

R = 33.65%
G = 39.66%
B = 26.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#8CA56F (or 0x8CA56F) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 6F. RGB value is (140,165,111). Sum of RGB (Red+Green+Blue) = 140+165+111=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA56F is #735A90. Grayscale: #979797. Windows color (decimal): -7559825 or 7316876. OLE color: 7316876.

HSL color Cylindrical-coordinate representation of color #8CA56F: hue angle of 87.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CA56F is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 111 -
CMYK 0.15 0 0.33 0.35
HSL 87.78º 0.23% 0.54% -
HSV(B) 87.78º 0.33% 0.65% -
XYZ 27.14 33.63 20.1 -
YUV 151.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 140 165 111 0.15 0 0.33 0.35 87.78 0.23 0.54
Hex 8C A5 6F F 0 21 23 58 17 36
Octal 214 245 157 17 0 41 43 130 27 66
Binary 10001100 10100101 1101111 1111 0 100001 100011 1011000 10111 110110

Color Harmonies of #8CA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA56F

Black with #8CA56F

Text Example


Text Example

White with #8CA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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