Html Css Color HEX #95C67C Gossip

📋 copy color: '#95C67C'

red 149 ◦ green 198 ◦ blue 124

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

Shades of Gossip #95C67C

Tints of Gossip #95C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 31.63%
G = 42.04%
B = 26.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#95C67C (or 0x95C67C) is known color: Gossip. HEX triplet: 95, C6 and 7C. RGB value is (149,198,124). Sum of RGB (Red+Green+Blue) = 149+198+124=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #95C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C67C is #6A3983. Grayscale: #AFAFAF. Windows color (decimal): -6961540 or 8177301. OLE color: 8177301.

HSL color Cylindrical-coordinate representation of color #95C67C: hue angle of 99.73º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95C67C is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 198 124 -
CMYK 0.25 0 0.37 0.22
HSL 99.73º 0.39% 0.63% -
HSV(B) 99.73º 0.37% 0.78% -
XYZ 36.23 48.23 26.47 -
YUV 174.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 149 198 124 0.25 0 0.37 0.22 99.73 0.39 0.63
Hex 95 C6 7C 19 0 25 16 64 27 3F
Octal 225 306 174 31 0 45 26 144 47 77
Binary 10010101 11000110 1111100 11001 0 100101 10110 1100100 100111 111111

Color Harmonies of #95C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C67C

Black with #95C67C

Text Example


Text Example

White with #95C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,198,124); }

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

background-color css

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

 a { background-color: rgb(149,198,124); }

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

border-color css

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

 span { border-color: rgb(149,198,124); }

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