#8DBB55

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

Shades of Chelsea Cucumber #8DBB55

Tints of Chelsea Cucumber #8DBB55

Color information

#8DBB55 (or 0x8DBB55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, BB and 55. RGB value is (141,187,85). Sum of RGB (Red+Green+Blue) = 141+187+85=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB55 is #7244AA. Grayscale: #A1A1A1. Windows color (decimal): -7488683 or 5618573. OLE color: 5618573.

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

Color convert

RGB14118785-
CMYK0.2500.550.27
HSL87.06º42.86%53.33%-
HSV(B)87.06º54.55%73.33%-
XYZ30.3941.8615.07-
YUV161.6284.76113.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 85 (33.59% from 255) = 20.58%
R=34.14%
G=45.28%
B=20.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141187850.2500.550.2787.0642.8653.33
Hex8DBB55190371B572b35
Octal21527312531067331275365
Binary10001101101110111010101110010110111110111010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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