#8BD098

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

Shades of De York #8BD098

Tints of De York #8BD098

Color information

#8BD098 (or 0x8BD098) is unknown color: approx De York. HEX triplet: 8B, D0 and 98. RGB value is (139,208,152). Sum of RGB (Red+Green+Blue) = 139+208+152=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD098 is #742F67. Grayscale: #B5B5B5. Windows color (decimal): -7614312 or 10014859. OLE color: 10014859.

HSL color Cylindrical-coordinate representation of color #8BD098: hue angle of 131.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD098 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB139208152-
CMYK0.3300.270.18
HSL131.3º42.33%68.04%-
HSV(B)131.3º33.17%81.57%-
XYZ38.8752.8737.86-
YUV180.98111.6498.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=27.86%
G=41.68%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1392081520.3300.270.18131.342.3368.04
Hex8BD0982101B12832a44
Octal213320230410332220352104
Binary10001011110100001001100010000101101110010100000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,208,152); }

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

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

 a { background-color: rgb(139,208,152); }

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

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

 span { border-color: rgb(139,208,152); }

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