#8DBB5B

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

Shades of Chelsea Cucumber #8DBB5B

Tints of Chelsea Cucumber #8DBB5B

Color information

#8DBB5B (or 0x8DBB5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BB and 5B. RGB value is (141,187,91). Sum of RGB (Red+Green+Blue) = 141+187+91=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB5B is #7244A4. Grayscale: #A2A2A2. Windows color (decimal): -7488677 or 6011789. OLE color: 6011789.

HSL color Cylindrical-coordinate representation of color #8DBB5B: hue angle of 88.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBB5B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB14118791-
CMYK0.2500.510.27
HSL88.75º41.38%54.51%-
HSV(B)88.75º51.34%73.33%-
XYZ30.6441.9616.38-
YUV162.387.76112.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 187 (73.44% from 255) = 44.63%
BLUE value IS 91 (35.94% from 255) = 21.72%
R=33.65%
G=44.63%
B=21.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141187910.2500.510.2788.7541.3854.51
Hex8DBB5B190331B592937
Octal21527313331063331315167
Binary10001101101110111011011110010110011110111011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,91); }

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

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

 a { background-color: rgb(141,187,91); }

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

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

 span { border-color: rgb(141,187,91); }

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