#8BC785

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

Shades of De York #8BC785

Tints of De York #8BC785

Color information

#8BC785 (or 0x8BC785) is unknown color: approx De York. HEX triplet: 8B, C7 and 85. RGB value is (139,199,133). Sum of RGB (Red+Green+Blue) = 139+199+133=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC785 is #74387A. Grayscale: #ADADAD. Windows color (decimal): -7616635 or 8767371. OLE color: 8767371.

HSL color Cylindrical-coordinate representation of color #8BC785: hue angle of 114.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC785 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB139199133-
CMYK0.3000.330.22
HSL114.55º37.08%65.1%-
HSV(B)114.55º33.17%78.04%-
XYZ35.348.0329.6-
YUV173.54105.12103.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 199 (78.12% from 255) = 42.25%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=29.51%
G=42.25%
B=28.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391991330.3000.330.22114.5537.0865.1
Hex8BC7851E02116732541
Octal213307205360412616345101
Binary1000101111000111100001011111001000011011011100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,199,133); }

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

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

 a { background-color: rgb(139,199,133); }

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

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

 span { border-color: rgb(139,199,133); }

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