#8BCB8F

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

Shades of De York #8BCB8F

Tints of De York #8BCB8F

Color information

#8BCB8F (or 0x8BCB8F) is unknown color: approx De York. HEX triplet: 8B, CB and 8F. RGB value is (139,203,143). Sum of RGB (Red+Green+Blue) = 139+203+143=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCB8F is #743470. Grayscale: #B1B1B1. Windows color (decimal): -7615601 or 9423755. OLE color: 9423755.

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

Color convert

RGB139203143-
CMYK0.3200.300.20
HSL123.75º38.1%67.06%-
HSV(B)123.75º31.53%79.61%-
XYZ36.9650.1833.73-
YUV177.02108.8100.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=28.66%
G=41.86%
B=29.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392031430.3200.300.20123.7538.167.06
Hex8BCB8F2001E147c2643
Octal213313217400362417446103
Binary1000101111001011100011111000000111101010011111001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,143); }

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

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

 a { background-color: rgb(139,203,143); }

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

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

 span { border-color: rgb(139,203,143); }

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