Html Css Color HEX #95C67F Gossip

📋 copy color: '#95C67F'

red 149 ◦ green 198 ◦ blue 127

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

Shades of Gossip #95C67F

Tints of Gossip #95C67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 31.43%
G = 41.77%
B = 26.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#95C67F (or 0x95C67F) is known color: Gossip. HEX triplet: 95, C6 and 7F. RGB value is (149,198,127). Sum of RGB (Red+Green+Blue) = 149+198+127=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #95C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C67F is #6A3980. Grayscale: #AFAFAF. Windows color (decimal): -6961537 or 8373909. OLE color: 8373909.

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

Color convert

RGB 149 198 127 -
CMYK 0.25 0 0.36 0.22
HSL 101.41º 0.38% 0.64% -
HSV(B) 101.41º 0.36% 0.78% -
XYZ 36.42 48.31 27.48 -
YUV 175.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 149 198 127 0.25 0 0.36 0.22 101.41 0.38 0.64
Hex 95 C6 7F 19 0 24 16 65 26 40
Octal 225 306 177 31 0 44 26 145 46 100
Binary 10010101 11000110 1111111 11001 0 100100 10110 1100101 100110 1000000

Color Harmonies of #95C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C67F

Black with #95C67F

Text Example


Text Example

White with #95C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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