#8BD593

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

Shades of De York #8BD593

Tints of De York #8BD593

Color information

#8BD593 (or 0x8BD593) is unknown color: approx De York. HEX triplet: 8B, D5 and 93. RGB value is (139,213,147). Sum of RGB (Red+Green+Blue) = 139+213+147=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD593 is #742A6C. Grayscale: #B7B7B7. Windows color (decimal): -7613037 or 9688459. OLE color: 9688459.

HSL color Cylindrical-coordinate representation of color #8BD593: hue angle of 126.49º degrees, saturation: 0.47, 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 #8BD593 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB139213147-
CMYK0.3500.310.16
HSL126.49º46.84%69.02%-
HSV(B)126.49º34.74%83.53%-
XYZ39.7155.1836.16-
YUV183.35107.4896.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 213 (83.59% from 255) = 42.69%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=27.86%
G=42.69%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1392131470.3500.310.16126.4946.8469.02
Hex8BD5932301F107e2f45
Octal213325223430372017657105
Binary1000101111010101100100111000110111111000011111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,213,147); }

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

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

 a { background-color: rgb(139,213,147); }

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

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

 span { border-color: rgb(139,213,147); }

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