#8BC98C

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

Shades of De York #8BC98C

Tints of De York #8BC98C

Color information

#8BC98C (or 0x8BC98C) is unknown color: approx De York. HEX triplet: 8B, C9 and 8C. RGB value is (139,201,140). Sum of RGB (Red+Green+Blue) = 139+201+140=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC98C is #743673. Grayscale: #AFAFAF. Windows color (decimal): -7616116 or 9226635. OLE color: 9226635.

HSL color Cylindrical-coordinate representation of color #8BC98C: hue angle of 120.97º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC98C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB139201140-
CMYK0.3100.300.21
HSL120.97º36.47%66.67%-
HSV(B)120.97º30.85%78.82%-
XYZ36.2749.1632.39-
YUV175.51107.96101.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=28.96%
G=41.88%
B=29.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392011400.3100.300.21120.9736.4766.67
Hex8BC98C1F01E15792443
Octal213311214370362517144103
Binary100010111100100110001100111110111101010111110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,201,140); }

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

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

 a { background-color: rgb(139,201,140); }

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

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

 span { border-color: rgb(139,201,140); }

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