#8BC892

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

Shades of De York #8BC892

Tints of De York #8BC892

Color information

#8BC892 (or 0x8BC892) is unknown color: approx De York. HEX triplet: 8B, C8 and 92. RGB value is (139,200,146). Sum of RGB (Red+Green+Blue) = 139+200+146=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC892 is #74376D. Grayscale: #AFAFAF. Windows color (decimal): -7616366 or 9619595. OLE color: 9619595.

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

Color convert

RGB139200146-
CMYK0.3000.270.22
HSL126.89º35.67%66.47%-
HSV(B)126.89º30.5%78.43%-
XYZ36.4948.8734.7-
YUV175.6111.29101.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=28.66%
G=41.24%
B=30.10%

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
Decimal1392001460.3000.270.22126.8935.6766.47
Hex8BC8921E01B167f2442
Octal213310222360332617744102
Binary100010111100100010010010111100110111011011111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,200,146); }

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

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

 a { background-color: rgb(139,200,146); }

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

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

 span { border-color: rgb(139,200,146); }

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