Html Css Color HEX #95BF80 Gossip

📋 copy color: '#95BF80'

red 149 ◦ green 191 ◦ blue 128

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

Shades of Gossip #95BF80

Tints of Gossip #95BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 40.81%

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

R = 31.84%
G = 40.81%
B = 27.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#95BF80 (or 0x95BF80) is known color: Gossip. HEX triplet: 95, BF and 80. RGB value is (149,191,128). Sum of RGB (Red+Green+Blue) = 149+191+128=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF80 is #6A407F. Grayscale: #ABABAB. Windows color (decimal): -6963328 or 8437653. OLE color: 8437653.

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

Color convert

RGB 149 191 128 -
CMYK 0.22 0 0.33 0.25
HSL 100º 0.33% 0.63% -
HSV(B) 100º 0.33% 0.75% -
XYZ 34.92 45.21 27.31 -
YUV 171.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 149 191 128 0.22 0 0.33 0.25 100 0.33 0.63
Hex 95 BF 80 16 0 21 19 64 21 3F
Octal 225 277 200 26 0 41 31 144 41 77
Binary 10010101 10111111 10000000 10110 0 100001 11001 1100100 100001 111111

Color Harmonies of #95BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF80

Black with #95BF80

Text Example


Text Example

White with #95BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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