Html Css Color HEX #95C385 Gossip

📋 copy color: '#95C385'

red 149 ◦ green 195 ◦ blue 133

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

Shades of Gossip #95C385

Tints of Gossip #95C385

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.88%

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

R = 31.24%
G = 40.88%
B = 27.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#95C385 (or 0x95C385) is known color: Gossip. HEX triplet: 95, C3 and 85. RGB value is (149,195,133). Sum of RGB (Red+Green+Blue) = 149+195+133=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #95C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C385 is #6A3C7A. Grayscale: #AEAEAE. Windows color (decimal): -6962299 or 8766357. OLE color: 8766357.

HSL color Cylindrical-coordinate representation of color #95C385: hue angle of 104.52º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95C385 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 133 -
CMYK 0.24 0 0.32 0.24
HSL 104.52º 0.34% 0.64% -
HSV(B) 104.52º 0.32% 0.76% -
XYZ 36.14 47.11 29.38 -
YUV 174.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 149 195 133 0.24 0 0.32 0.24 104.52 0.34 0.64
Hex 95 C3 85 18 0 20 18 69 22 40
Octal 225 303 205 30 0 40 30 151 42 100
Binary 10010101 11000011 10000101 11000 0 100000 11000 1101001 100010 1000000

Color Harmonies of #95C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C385

Black with #95C385

Text Example


Text Example

White with #95C385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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