#8BD697

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

Shades of De York #8BD697

Tints of De York #8BD697

Color information

#8BD697 (or 0x8BD697) is unknown color: approx De York. HEX triplet: 8B, D6 and 97. RGB value is (139,214,151). Sum of RGB (Red+Green+Blue) = 139+214+151=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD697 is #742968. Grayscale: #B8B8B8. Windows color (decimal): -7612777 or 9950859. OLE color: 9950859.

HSL color Cylindrical-coordinate representation of color #8BD697: hue angle of 129.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD697 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB139214151-
CMYK0.3500.290.16
HSL129.6º47.77%69.22%-
HSV(B)129.6º35.05%83.92%-
XYZ40.2855.8237.93-
YUV184.39109.1595.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=27.58%
G=42.46%
B=29.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392141510.3500.290.16129.647.7769.22
Hex8BD6972301D10823045
Octal213326227430352020260105
Binary10001011110101101001011110001101110110000100000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,151); }

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

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

 a { background-color: rgb(139,214,151); }

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

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

 span { border-color: rgb(139,214,151); }

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