Html Css Color HEX #88C993 De York

📋 copy color: '#88C993'

red 136 ◦ green 201 ◦ blue 147

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

Shades of De York #88C993

Tints of De York #88C993

RGB

 RED value IS 136 (53.52% from 255) = 28.1%

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

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 28.1%
G = 41.53%
B = 30.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#88C993 (or 0x88C993) is known color: De York. HEX triplet: 88, C9 and 93. RGB value is (136,201,147). Sum of RGB (Red+Green+Blue) = 136+201+147=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #88C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C993 is #77366C. Grayscale: #AFAFAF. Windows color (decimal): -7812717 or 9685384. OLE color: 9685384.

HSL color Cylindrical-coordinate representation of color #88C993: hue angle of 130.15º degrees, saturation: 0.38, 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 #88C993 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 201 147 -
CMYK 0.32 0 0.27 0.21
HSL 130.15º 0.38% 0.66% -
HSV(B) 130.15º 0.32% 0.79% -
XYZ 36.31 49.11 35.17 -
YUV 175.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 136 201 147 0.32 0 0.27 0.21 130.15 0.38 0.66
Hex 88 C9 93 20 0 1B 15 82 26 42
Octal 210 311 223 40 0 33 25 202 46 102
Binary 10001000 11001001 10010011 100000 0 11011 10101 10000010 100110 1000010

Color Harmonies of #88C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C993

Black with #88C993

Text Example


Text Example

White with #88C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C993; }

 p { color: rgb(136,201,147); }

 H1.HeaderClassName
 {
   color: #88C993;
 }
 .AnyTagClassName
 {
   color: #88C993;
 }
</style>

background-color css

<style>
 a { background-color: #88C993; }

 a { background-color: rgb(136,201,147); }

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

border-color css

<style>
 span { border-color: #88C993; }

 span { border-color: rgb(136,201,147); }

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