#8BC883

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

Shades of De York #8BC883

Tints of De York #8BC883

Color information

#8BC883 (or 0x8BC883) is unknown color: approx De York. HEX triplet: 8B, C8 and 83. RGB value is (139,200,131). Sum of RGB (Red+Green+Blue) = 139+200+131=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC883 is #74377C. Grayscale: #AEAEAE. Windows color (decimal): -7616381 or 8636555. OLE color: 8636555.

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

Color convert

RGB139200131-
CMYK0.3000.340.22
HSL113.04º38.55%64.9%-
HSV(B)113.04º34.5%78.43%-
XYZ35.448.4428.96-
YUV173.9103.79103.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=29.57%
G=42.55%
B=27.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1392001310.3000.340.22113.0438.5564.9
Hex8BC8831E02216712741
Octal213310203360422616147101
Binary1000101111001000100000111111001000101011011100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,131); }

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

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

 a { background-color: rgb(139,200,131); }

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

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

 span { border-color: rgb(139,200,131); }

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