#8BCB8E

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

Shades of De York #8BCB8E

Tints of De York #8BCB8E

Color information

#8BCB8E (or 0x8BCB8E) is unknown color: approx De York. HEX triplet: 8B, CB and 8E. RGB value is (139,203,142). Sum of RGB (Red+Green+Blue) = 139+203+142=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCB8E is #743471. Grayscale: #B1B1B1. Windows color (decimal): -7615602 or 9358219. OLE color: 9358219.

HSL color Cylindrical-coordinate representation of color #8BCB8E: hue angle of 122.81º 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 #8BCB8E is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB139203142-
CMYK0.3200.300.20
HSL122.81º38.1%67.06%-
HSV(B)122.81º31.53%79.61%-
XYZ36.8950.1533.33-
YUV176.91108.3100.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=28.72%
G=41.94%
B=29.34%

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
Decimal1392031420.3200.300.20122.8138.167.06
Hex8BCB8E2001E147b2643
Octal213313216400362417346103
Binary1000101111001011100011101000000111101010011110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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