#8CB75B

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

Shades of Chelsea Cucumber #8CB75B

Tints of Chelsea Cucumber #8CB75B

Color information

#8CB75B (or 0x8CB75B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B7 and 5B. RGB value is (140,183,91). Sum of RGB (Red+Green+Blue) = 140+183+91=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB75B is #7348A4. Grayscale: #9F9F9F. Windows color (decimal): -7555237 or 6010764. OLE color: 6010764.

HSL color Cylindrical-coordinate representation of color #8CB75B: hue angle of 88.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CB75B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB14018391-
CMYK0.2300.500.28
HSL88.04º38.98%53.73%-
HSV(B)88.04º50.27%71.76%-
XYZ29.6440.216.09-
YUV159.6689.25113.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=33.82%
G=44.20%
B=21.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal140183910.2300.500.2888.0438.9853.73
Hex8CB75B170321C582736
Octal21426713327062341304766
Binary10001100101101111011011101110110010111001011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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