Html Css Color HEX #89CB85 De York

📋 copy color: '#89CB85'

red 137 ◦ green 203 ◦ blue 133

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

Shades of De York #89CB85

Tints of De York #89CB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 28.96%
G = 42.92%
B = 28.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#89CB85 (or 0x89CB85) is known color: De York. HEX triplet: 89, CB and 85. RGB value is (137,203,133). Sum of RGB (Red+Green+Blue) = 137+203+133=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #89CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CB85 is #76347A. Grayscale: #AFAFAF. Windows color (decimal): -7746683 or 8768393. OLE color: 8768393.

HSL color Cylindrical-coordinate representation of color #89CB85: hue angle of 116.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89CB85 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 203 133 -
CMYK 0.33 0 0.34 0.20
HSL 116.57º 0.4% 0.66% -
HSV(B) 116.57º 0.34% 0.8% -
XYZ 35.91 49.72 29.9 -
YUV 175.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 137 203 133 0.33 0 0.34 0.20 116.57 0.4 0.66
Hex 89 CB 85 21 0 22 14 75 28 42
Octal 211 313 205 41 0 42 24 165 50 102
Binary 10001001 11001011 10000101 100001 0 100010 10100 1110101 101000 1000010

Color Harmonies of #89CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CB85

Black with #89CB85

Text Example


Text Example

White with #89CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,203,133); }

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

background-color css

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

 a { background-color: rgb(137,203,133); }

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

border-color css

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

 span { border-color: rgb(137,203,133); }

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