#8BDB88

Color #8BDB88 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BDB88

Tints of De York #8BDB88

Color information

#8BDB88 (or 0x8BDB88) is unknown color: approx De York. HEX triplet: 8B, DB and 88. RGB value is (139,219,136). Sum of RGB (Red+Green+Blue) = 139+219+136=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB88 is #742477. Grayscale: #B9B9B9. Windows color (decimal): -7611512 or 8969099. OLE color: 8969099.

HSL color Cylindrical-coordinate representation of color #8BDB88: hue angle of 117.83º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDB88 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB139219136-
CMYK0.3700.380.14
HSL117.83º53.55%69.61%-
HSV(B)117.83º37.9%85.88%-
XYZ40.4257.9332.34-
YUV185.6210094.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=28.14%
G=44.33%
B=27.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392191360.3700.380.14117.8353.5569.61
Hex8BDB8825026E763646
Octal213333210450461616666106
Binary1000101111011011100010001001010100110111011101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,136); }

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

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

 a { background-color: rgb(139,219,136); }

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

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

 span { border-color: rgb(139,219,136); }

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