Html Css Color HEX #8CA560 Chelsea Cucumber

📋 copy color: '#8CA560'

red 140 ◦ green 165 ◦ blue 96

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

Shades of Chelsea Cucumber #8CA560

Tints of Chelsea Cucumber #8CA560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.94%

R = 34.91%
G = 41.15%
B = 23.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#8CA560 (or 0x8CA560) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 60. RGB value is (140,165,96). Sum of RGB (Red+Green+Blue) = 140+165+96=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA560 is #735A9F. Grayscale: #959595. Windows color (decimal): -7559840 or 6333836. OLE color: 6333836.

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

Color convert

RGB 140 165 96 -
CMYK 0.15 0 0.42 0.35
HSL 81.74º 0.28% 0.51% -
HSV(B) 81.74º 0.42% 0.65% -
XYZ 26.38 33.33 16.11 -
YUV 149.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 140 165 96 0.15 0 0.42 0.35 81.74 0.28 0.51
Hex 8C A5 60 F 0 2A 23 52 1C 33
Octal 214 245 140 17 0 52 43 122 34 63
Binary 10001100 10100101 1100000 1111 0 101010 100011 1010010 11100 110011

Color Harmonies of #8CA560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA560

Black with #8CA560

Text Example


Text Example

White with #8CA560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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