#8CB752

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

Shades of Chelsea Cucumber #8CB752

Tints of Chelsea Cucumber #8CB752

Color information

#8CB752 (or 0x8CB752) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B7 and 52. RGB value is (140,183,82). Sum of RGB (Red+Green+Blue) = 140+183+82=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB752 is #7348AD. Grayscale: #9E9E9E. Windows color (decimal): -7555246 or 5420940. OLE color: 5420940.

HSL color Cylindrical-coordinate representation of color #8CB752: hue angle of 85.54º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB752 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB14018382-
CMYK0.2300.550.28
HSL85.54º41.22%51.96%-
HSV(B)85.54º55.19%71.76%-
XYZ29.2740.0514.17-
YUV158.6384.75114.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.57%
GREEN value IS 183 (71.88% from 255) = 45.19%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=34.57%
G=45.19%
B=20.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183820.2300.550.2885.5441.2251.96
Hex8CB752170371C562934
Octal21426712227067341265164
Binary10001100101101111010010101110110111111001010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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