Html Css Color HEX #95BC85 Gossip

📋 copy color: '#95BC85'

red 149 ◦ green 188 ◦ blue 133

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

Shades of Gossip #95BC85

Tints of Gossip #95BC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 31.7%
G = 40%
B = 28.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#95BC85 (or 0x95BC85) is known color: Gossip. HEX triplet: 95, BC and 85. RGB value is (149,188,133). Sum of RGB (Red+Green+Blue) = 149+188+133=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BC85 is #6A437A. Grayscale: #AAAAAA. Windows color (decimal): -6964091 or 8764565. OLE color: 8764565.

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

Color convert

RGB 149 188 133 -
CMYK 0.21 0 0.29 0.26
HSL 102.55º 0.29% 0.63% -
HSV(B) 102.55º 0.29% 0.74% -
XYZ 34.61 44.05 28.87 -
YUV 170.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 149 188 133 0.21 0 0.29 0.26 102.55 0.29 0.63
Hex 95 BC 85 15 0 1D 1A 67 1D 3F
Octal 225 274 205 25 0 35 32 147 35 77
Binary 10010101 10111100 10000101 10101 0 11101 11010 1100111 11101 111111

Color Harmonies of #95BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC85

Black with #95BC85

Text Example


Text Example

White with #95BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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