#8BCA7A

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

Shades of De York #8BCA7A

Tints of De York #8BCA7A

Color information

#8BCA7A (or 0x8BCA7A) is unknown color: approx De York. HEX triplet: 8B, CA and 7A. RGB value is (139,202,122). Sum of RGB (Red+Green+Blue) = 139+202+122=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA7A is #743585. Grayscale: #AEAEAE. Windows color (decimal): -7615878 or 8047243. OLE color: 8047243.

HSL color Cylindrical-coordinate representation of color #8BCA7A: hue angle of 107.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCA7A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB139202122-
CMYK0.3100.400.21
HSL107.25º43.01%63.53%-
HSV(B)107.25º39.6%79.22%-
XYZ35.2849.1426.04-
YUV174.0498.63103-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=30.02%
G=43.63%
B=26.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021220.3100.400.21107.2543.0163.53
Hex8BCA7A1F028156b2b40
Octal213312172370502515353100
Binary100010111100101011110101111101010001010111010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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