Html Css Color HEX #95BC83 Gossip

📋 copy color: '#95BC83'

red 149 ◦ green 188 ◦ blue 131

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

Shades of Gossip #95BC83

Tints of Gossip #95BC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 131 (51.56% from 255) = 27.99%

R = 31.84%
G = 40.17%
B = 27.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#95BC83 (or 0x95BC83) is known color: Gossip. HEX triplet: 95, BC and 83. RGB value is (149,188,131). Sum of RGB (Red+Green+Blue) = 149+188+131=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC83 is #6A437C. Grayscale: #AAAAAA. Windows color (decimal): -6964093 or 8633493. OLE color: 8633493.

HSL color Cylindrical-coordinate representation of color #95BC83: hue angle of 101.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95BC83 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 131 -
CMYK 0.21 0 0.30 0.26
HSL 101.05º 0.3% 0.63% -
HSV(B) 101.05º 0.3% 0.74% -
XYZ 34.47 43.99 28.15 -
YUV 169.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 149 188 131 0.21 0 0.30 0.26 101.05 0.3 0.63
Hex 95 BC 83 15 0 1E 1A 65 1E 3F
Octal 225 274 203 25 0 36 32 145 36 77
Binary 10010101 10111100 10000011 10101 0 11110 11010 1100101 11110 111111

Color Harmonies of #95BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC83

Black with #95BC83

Text Example


Text Example

White with #95BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,131); }

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

background-color css

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

 a { background-color: rgb(149,188,131); }

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

border-color css

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

 span { border-color: rgb(149,188,131); }

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