#8BCA92

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

Shades of De York #8BCA92

Tints of De York #8BCA92

Color information

#8BCA92 (or 0x8BCA92) is unknown color: approx De York. HEX triplet: 8B, CA and 92. RGB value is (139,202,146). Sum of RGB (Red+Green+Blue) = 139+202+146=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCA92 is #74356D. Grayscale: #B0B0B0. Windows color (decimal): -7615854 or 9620107. OLE color: 9620107.

HSL color Cylindrical-coordinate representation of color #8BCA92: hue angle of 126.67º degrees, saturation: 0.37, 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 #8BCA92 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB139202146-
CMYK0.3100.280.21
HSL126.67º37.28%66.86%-
HSV(B)126.67º31.19%79.22%-
XYZ36.9649.8134.86-
YUV176.78110.63101.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=28.54%
G=41.48%
B=29.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021460.3100.280.21126.6737.2866.86
Hex8BCA921F01C157f2543
Octal213312222370342517745103
Binary100010111100101010010010111110111001010111111111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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