Html Css Color HEX #95C680 Gossip

📋 copy color: '#95C680'

red 149 ◦ green 198 ◦ blue 128

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

Shades of Gossip #95C680

Tints of Gossip #95C680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 31.37%
G = 41.68%
B = 26.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#95C680 (or 0x95C680) is known color: Gossip. HEX triplet: 95, C6 and 80. RGB value is (149,198,128). Sum of RGB (Red+Green+Blue) = 149+198+128=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #95C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C680 is #6A397F. Grayscale: #AFAFAF. Windows color (decimal): -6961536 or 8439445. OLE color: 8439445.

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

Color convert

RGB 149 198 128 -
CMYK 0.25 0 0.35 0.22
HSL 102º 0.38% 0.64% -
HSV(B) 102º 0.35% 0.78% -
XYZ 36.48 48.34 27.83 -
YUV 175.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 149 198 128 0.25 0 0.35 0.22 102 0.38 0.64
Hex 95 C6 80 19 0 23 16 66 26 40
Octal 225 306 200 31 0 43 26 146 46 100
Binary 10010101 11000110 10000000 11001 0 100011 10110 1100110 100110 1000000

Color Harmonies of #95C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C680

Black with #95C680

Text Example


Text Example

White with #95C680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,128); }

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

background-color css

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

 a { background-color: rgb(149,198,128); }

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

border-color css

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

 span { border-color: rgb(149,198,128); }

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