Html Css Color HEX #88C694 De York

📋 copy color: '#88C694'

red 136 ◦ green 198 ◦ blue 148

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

Shades of De York #88C694

Tints of De York #88C694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

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

R = 28.22%
G = 41.08%
B = 30.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#88C694 (or 0x88C694) is known color: De York. HEX triplet: 88, C6 and 94. RGB value is (136,198,148). Sum of RGB (Red+Green+Blue) = 136+198+148=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #88C694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C694 is #77396B. Grayscale: #ADADAD. Windows color (decimal): -7813484 or 9750152. OLE color: 9750152.

HSL color Cylindrical-coordinate representation of color #88C694: hue angle of 131.61º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C694 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 198 148 -
CMYK 0.31 0 0.25 0.22
HSL 131.61º 0.35% 0.65% -
HSV(B) 131.61º 0.31% 0.78% -
XYZ 35.69 47.76 35.35 -
YUV 173.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 136 198 148 0.31 0 0.25 0.22 131.61 0.35 0.65
Hex 88 C6 94 1F 0 19 16 84 23 41
Octal 210 306 224 37 0 31 26 204 43 101
Binary 10001000 11000110 10010100 11111 0 11001 10110 10000100 100011 1000001

Color Harmonies of #88C694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C694

Black with #88C694

Text Example


Text Example

White with #88C694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,198,148); }

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

background-color css

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

 a { background-color: rgb(136,198,148); }

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

border-color css

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

 span { border-color: rgb(136,198,148); }

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