Html Css Color HEX #95C57A Gossip

📋 copy color: '#95C57A'

red 149 ◦ green 197 ◦ blue 122

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

Shades of Gossip #95C57A

Tints of Gossip #95C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 31.84%
G = 42.09%
B = 26.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#95C57A (or 0x95C57A) is known color: Gossip. HEX triplet: 95, C5 and 7A. RGB value is (149,197,122). Sum of RGB (Red+Green+Blue) = 149+197+122=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #95C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C57A is #6A3A85. Grayscale: #AEAEAE. Windows color (decimal): -6961798 or 8045973. OLE color: 8045973.

HSL color Cylindrical-coordinate representation of color #95C57A: hue angle of 98.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C57A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 122 -
CMYK 0.24 0 0.38 0.23
HSL 98.4º 0.39% 0.63% -
HSV(B) 98.4º 0.38% 0.77% -
XYZ 35.87 47.73 25.73 -
YUV 174.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 149 197 122 0.24 0 0.38 0.23 98.4 0.39 0.63
Hex 95 C5 7A 18 0 26 17 62 27 3F
Octal 225 305 172 30 0 46 27 142 47 77
Binary 10010101 11000101 1111010 11000 0 100110 10111 1100010 100111 111111

Color Harmonies of #95C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C57A

Black with #95C57A

Text Example


Text Example

White with #95C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,122); }

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

background-color css

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

 a { background-color: rgb(149,197,122); }

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

border-color css

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

 span { border-color: rgb(149,197,122); }

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