Html Css Color HEX #95C684 Gossip

📋 copy color: '#95C684'

red 149 ◦ green 198 ◦ blue 132

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

Shades of Gossip #95C684

Tints of Gossip #95C684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.56%

R = 31.11%
G = 41.34%
B = 27.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#95C684 (or 0x95C684) is known color: Gossip. HEX triplet: 95, C6 and 84. RGB value is (149,198,132). Sum of RGB (Red+Green+Blue) = 149+198+132=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #95C684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C684 is #6A397B. Grayscale: #B0B0B0. Windows color (decimal): -6961532 or 8701589. OLE color: 8701589.

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

Color convert

RGB 149 198 132 -
CMYK 0.25 0 0.33 0.22
HSL 104.55º 0.37% 0.65% -
HSV(B) 104.55º 0.33% 0.78% -
XYZ 36.75 48.44 29.24 -
YUV 175.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 149 198 132 0.25 0 0.33 0.22 104.55 0.37 0.65
Hex 95 C6 84 19 0 21 16 69 25 41
Octal 225 306 204 31 0 41 26 151 45 101
Binary 10010101 11000110 10000100 11001 0 100001 10110 1101001 100101 1000001

Color Harmonies of #95C684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C684

Black with #95C684

Text Example


Text Example

White with #95C684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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