#8CAD52

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

Shades of Chelsea Cucumber #8CAD52

Tints of Chelsea Cucumber #8CAD52

Color information

#8CAD52 (or 0x8CAD52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, AD and 52. RGB value is (140,173,82). Sum of RGB (Red+Green+Blue) = 140+173+82=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD52 is #7352AD. Grayscale: #999999. Windows color (decimal): -7557806 or 5418380. OLE color: 5418380.

HSL color Cylindrical-coordinate representation of color #8CAD52: hue angle of 81.76º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAD52 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB14017382-
CMYK0.1900.530.32
HSL81.76º35.69%50%-
HSV(B)81.76º52.6%67.84%-
XYZ27.2836.0713.51-
YUV152.7688.07118.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 82 (32.42% from 255) = 20.76%
R=35.44%
G=43.80%
B=20.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140173820.1900.530.3281.7635.6950
Hex8CAD521303520522432
Octal21425512223065401224462
Binary100011001010110110100101001101101011000001010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,82); }

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

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

 a { background-color: rgb(140,173,82); }

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

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

 span { border-color: rgb(140,173,82); }

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