#8DB05B

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

Shades of Chelsea Cucumber #8DB05B

Tints of Chelsea Cucumber #8DB05B

Color information

#8DB05B (or 0x8DB05B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B0 and 5B. RGB value is (141,176,91). Sum of RGB (Red+Green+Blue) = 141+176+91=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB05B is #724FA4. Grayscale: #9C9C9C. Windows color (decimal): -7491493 or 6008973. OLE color: 6008973.

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

Color convert

RGB14117691-
CMYK0.2000.480.31
HSL84.71º34.98%52.35%-
HSV(B)84.71º48.3%69.02%-
XYZ28.437.4715.63-
YUV155.8491.4117.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.56%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=34.56%
G=43.14%
B=22.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141176910.2000.480.3184.7134.9852.35
Hex8DB05B140301F552334
Octal21526013324060371254364
Binary10001101101100001011011101000110000111111010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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