#8BCD88

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

Shades of De York #8BCD88

Tints of De York #8BCD88

Color information

#8BCD88 (or 0x8BCD88) is unknown color: approx De York. HEX triplet: 8B, CD and 88. RGB value is (139,205,136). Sum of RGB (Red+Green+Blue) = 139+205+136=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD88 is #743277. Grayscale: #B1B1B1. Windows color (decimal): -7615096 or 8965515. OLE color: 8965515.

HSL color Cylindrical-coordinate representation of color #8BCD88: hue angle of 117.39º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BCD88 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB139205136-
CMYK0.3200.340.20
HSL117.39º40.83%66.86%-
HSV(B)117.39º33.66%80.39%-
XYZ36.9250.9331.18-
YUV177.4104.63100.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 205 (80.47% from 255) = 42.71%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=28.96%
G=42.71%
B=28.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051360.3200.340.20117.3940.8366.86
Hex8BCD882002214752943
Octal213315210400422416551103
Binary10001011110011011000100010000001000101010011101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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