#89BF78

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

Shades of De York #89BF78

Tints of De York #89BF78

Color information

#89BF78 (or 0x89BF78) is unknown color: approx De York. HEX triplet: 89, BF and 78. RGB value is (137,191,120). Sum of RGB (Red+Green+Blue) = 137+191+120=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BF78 is #764087. Grayscale: #A6A6A6. Windows color (decimal): -7749768 or 7913353. OLE color: 7913353.

HSL color Cylindrical-coordinate representation of color #89BF78: hue angle of 105.63º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BF78 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB137191120-
CMYK0.2800.370.25
HSL105.63º35.68%60.98%-
HSV(B)105.63º37.17%74.9%-
XYZ32.3443.9424.55-
YUV166.76101.61106.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 191 (75% from 255) = 42.63%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=30.58%
G=42.63%
B=26.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371911200.2800.370.25105.6335.6860.98
Hex89BF781C025196a243d
Octal21127717034045311524475
Binary10001001101111111111000111000100101110011101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BF78; }

 p { color: rgb(137,191,120); }

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

<style>
 a { background-color: #89BF78; }

 a { background-color: rgb(137,191,120); }

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

<style>
 span { border-color: #89BF78; }

 span { border-color: rgb(137,191,120); }

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