#8BC691

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

Shades of De York #8BC691

Tints of De York #8BC691

Color information

#8BC691 (or 0x8BC691) is unknown color: approx De York. HEX triplet: 8B, C6 and 91. RGB value is (139,198,145). Sum of RGB (Red+Green+Blue) = 139+198+145=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC691 is #74396E. Grayscale: #AEAEAE. Windows color (decimal): -7616879 or 9553547. OLE color: 9553547.

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

Color convert

RGB139198145-
CMYK0.3000.270.22
HSL126.1º34.1%66.08%-
HSV(B)126.1º29.8%77.65%-
XYZ35.9547.9234.14-
YUV174.32111.45102.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=28.84%
G=41.08%
B=30.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391981450.3000.270.22126.134.166.08
Hex8BC6911E01B167e2242
Octal213306221360332617642102
Binary100010111100011010010001111100110111011011111101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,145); }

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

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

 a { background-color: rgb(139,198,145); }

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

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

 span { border-color: rgb(139,198,145); }

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