#8ca950

Color #8CA950 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8CA950

Tints of Chelsea Cucumber #8CA950

Color information

#8CA950 (or 0x8CA950) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A9 and 50. RGB value is (140,169,80). Sum of RGB (Red+Green+Blue) = 140+169+80=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA950 is #7356AF. Grayscale: #969696. Windows color (decimal): -7558832 or 5286284. OLE color: 5286284.

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

Color convert

RGB14016980-
CMYK0.1700.530.34
HSL79.55º35.74%48.82%-
HSV(B)79.55º52.66%66.27%-
XYZ26.4534.5312.86-
YUV150.1888.39120.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=35.99%
G=43.44%
B=20.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169800.1700.530.3479.5535.7448.82
Hex8CA9501103522502431
Octal21425112021065421204461
Binary100011001010100110100001000101101011000101010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ca950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ca950;
 }
 .AnyTagClassName
 {
   color: #8ca950;
 }
</style>
background-color css

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

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

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

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

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

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