Html Css Color HEX #88C077 De York

📋 copy color: '#88C077'

red 136 ◦ green 192 ◦ blue 119

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

Shades of De York #88C077

Tints of De York #88C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 119 (46.88% from 255) = 26.62%

R = 30.43%
G = 42.95%
B = 26.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#88C077 (or 0x88C077) is known color: De York. HEX triplet: 88, C0 and 77. RGB value is (136,192,119). Sum of RGB (Red+Green+Blue) = 136+192+119=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #88C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C077 is #773F88. Grayscale: #A7A7A7. Windows color (decimal): -7815049 or 7848072. OLE color: 7848072.

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

Color convert

RGB 136 192 119 -
CMYK 0.29 0 0.38 0.25
HSL 106.03º 0.37% 0.61% -
HSV(B) 106.03º 0.38% 0.75% -
XYZ 32.33 44.27 24.29 -
YUV 166.93 100.95 105.94 -
System Red Green Blue C M Y K H S L
Decimal 136 192 119 0.29 0 0.38 0.25 106.03 0.37 0.61
Hex 88 C0 77 1D 0 26 19 6A 25 3D
Octal 210 300 167 35 0 46 31 152 45 75
Binary 10001000 11000000 1110111 11101 0 100110 11001 1101010 100101 111101

Color Harmonies of #88C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C077

Black with #88C077

Text Example


Text Example

White with #88C077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,119); }

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

background-color css

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

 a { background-color: rgb(136,192,119); }

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

border-color css

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

 span { border-color: rgb(136,192,119); }

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