Html Css Color HEX #95C183 Gossip

📋 copy color: '#95C183'

red 149 ◦ green 193 ◦ blue 131

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

Shades of Gossip #95C183

Tints of Gossip #95C183

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 31.5%
G = 40.8%
B = 27.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#95C183 (or 0x95C183) is known color: Gossip. HEX triplet: 95, C1 and 83. RGB value is (149,193,131). Sum of RGB (Red+Green+Blue) = 149+193+131=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #95C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C183 is #6A3E7C. Grayscale: #ACACAC. Windows color (decimal): -6962813 or 8634773. OLE color: 8634773.

HSL color Cylindrical-coordinate representation of color #95C183: hue angle of 102.58º degrees, saturation: 0.33, 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 #95C183 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 131 -
CMYK 0.23 0 0.32 0.24
HSL 102.58º 0.33% 0.64% -
HSV(B) 102.58º 0.32% 0.76% -
XYZ 35.56 46.17 28.51 -
YUV 172.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 149 193 131 0.23 0 0.32 0.24 102.58 0.33 0.64
Hex 95 C1 83 17 0 20 18 67 21 40
Octal 225 301 203 27 0 40 30 147 41 100
Binary 10010101 11000001 10000011 10111 0 100000 11000 1100111 100001 1000000

Color Harmonies of #95C183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C183

Black with #95C183

Text Example


Text Example

White with #95C183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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