Html Css Color HEX #89C994 De York

📋 copy color: '#89C994'

red 137 ◦ green 201 ◦ blue 148

#89C994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #89C994

Tints of De York #89C994

RGB

 RED value IS 137 (53.91% from 255) = 28.19%

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 148 (58.2% from 255) = 30.45%

R = 28.19%
G = 41.36%
B = 30.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#89C994 (or 0x89C994) is known color: De York. HEX triplet: 89, C9 and 94. RGB value is (137,201,148). Sum of RGB (Red+Green+Blue) = 137+201+148=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #89C994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C994 is #76366B. Grayscale: #AFAFAF. Windows color (decimal): -7747180 or 9750921. OLE color: 9750921.

HSL color Cylindrical-coordinate representation of color #89C994: hue angle of 130.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C994 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 201 148 -
CMYK 0.32 0 0.26 0.21
HSL 130.31º 0.37% 0.66% -
HSV(B) 130.31º 0.32% 0.79% -
XYZ 36.55 49.23 35.59 -
YUV 175.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 137 201 148 0.32 0 0.26 0.21 130.31 0.37 0.66
Hex 89 C9 94 20 0 1A 15 82 25 42
Octal 211 311 224 40 0 32 25 202 45 102
Binary 10001001 11001001 10010100 100000 0 11010 10101 10000010 100101 1000010

Color Harmonies of #89C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C994

Black with #89C994

Text Example


Text Example

White with #89C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,201,148); }

 H1.HeaderClassName
 {
   color: #89C994;
 }
 .AnyTagClassName
 {
   color: #89C994;
 }
</style>

background-color css

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

 a { background-color: rgb(137,201,148); }

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

border-color css

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

 span { border-color: rgb(137,201,148); }

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