#8DB058

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

Shades of Chelsea Cucumber #8DB058

Tints of Chelsea Cucumber #8DB058

Color information

#8DB058 (or 0x8DB058) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B0 and 58. RGB value is (141,176,88). Sum of RGB (Red+Green+Blue) = 141+176+88=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB058 is #724FA7. Grayscale: #9B9B9B. Windows color (decimal): -7491496 or 5812365. OLE color: 5812365.

HSL color Cylindrical-coordinate representation of color #8DB058: hue angle of 83.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DB058 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB14117688-
CMYK0.2000.500.31
HSL83.86º35.77%51.76%-
HSV(B)83.86º50%69.02%-
XYZ28.2737.4214.96-
YUV155.589.9117.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 176 (69.14% from 255) = 43.46%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=34.81%
G=43.46%
B=21.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141176880.2000.500.3183.8635.7751.76
Hex8DB058140321F542434
Octal21526013024062371244464
Binary10001101101100001011000101000110010111111010100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,88); }

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

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

 a { background-color: rgb(141,176,88); }

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

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

 span { border-color: rgb(141,176,88); }

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