Html Css Color HEX #95CE88 Gossip

📋 copy color: '#95CE88'

red 149 ◦ green 206 ◦ blue 136

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

Shades of Gossip #95CE88

Tints of Gossip #95CE88

RGB

 RED value IS 149 (58.59% from 255) = 30.35%

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 30.35%
G = 41.96%
B = 27.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#95CE88 (or 0x95CE88) is known color: Gossip. HEX triplet: 95, CE and 88. RGB value is (149,206,136). Sum of RGB (Red+Green+Blue) = 149+206+136=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE88 is #6A3177. Grayscale: #B5B5B5. Windows color (decimal): -6959480 or 8965781. OLE color: 8965781.

HSL color Cylindrical-coordinate representation of color #95CE88: hue angle of 108.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CE88 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 136 -
CMYK 0.28 0 0.34 0.19
HSL 108.86º 0.42% 0.67% -
HSV(B) 108.86º 0.34% 0.81% -
XYZ 38.91 52.31 31.34 -
YUV 180.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 149 206 136 0.28 0 0.34 0.19 108.86 0.42 0.67
Hex 95 CE 88 1C 0 22 13 6D 2A 43
Octal 225 316 210 34 0 42 23 155 52 103
Binary 10010101 11001110 10001000 11100 0 100010 10011 1101101 101010 1000011

Color Harmonies of #95CE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE88

Black with #95CE88

Text Example


Text Example

White with #95CE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CE88; }

 p { color: rgb(149,206,136); }

 H1.HeaderClassName
 {
   color: #95CE88;
 }
 .AnyTagClassName
 {
   color: #95CE88;
 }
</style>

background-color css

<style>
 a { background-color: #95CE88; }

 a { background-color: rgb(149,206,136); }

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

border-color css

<style>
 span { border-color: #95CE88; }

 span { border-color: rgb(149,206,136); }

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