Html Css Color HEX #8CA960 Chelsea Cucumber

📋 copy color: '#8CA960'

red 140 ◦ green 169 ◦ blue 96

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

Shades of Chelsea Cucumber #8CA960

Tints of Chelsea Cucumber #8CA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

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

R = 34.57%
G = 41.73%
B = 23.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#8CA960 (or 0x8CA960) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 60. RGB value is (140,169,96). Sum of RGB (Red+Green+Blue) = 140+169+96=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA960 is #73569F. Grayscale: #989898. Windows color (decimal): -7558816 or 6334860. OLE color: 6334860.

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

Color convert

RGB 140 169 96 -
CMYK 0.17 0 0.43 0.34
HSL 83.84º 0.3% 0.52% -
HSV(B) 83.84º 0.43% 0.66% -
XYZ 27.11 34.8 16.35 -
YUV 152.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 140 169 96 0.17 0 0.43 0.34 83.84 0.3 0.52
Hex 8C A9 60 11 0 2B 22 54 1E 34
Octal 214 251 140 21 0 53 42 124 36 64
Binary 10001100 10101001 1100000 10001 0 101011 100010 1010100 11110 110100

Color Harmonies of #8CA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA960

Black with #8CA960

Text Example


Text Example

White with #8CA960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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