#95C67B

Color #95C67B Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #95C67B

Tints of Gossip #95C67B

Color information

#95C67B (or 0x95C67B) is unknown color: approx Gossip. HEX triplet: 95, C6 and 7B. RGB value is (149,198,123). Sum of RGB (Red+Green+Blue) = 149+198+123=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #95C67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C67B is #6A3984. Grayscale: #AFAFAF. Windows color (decimal): -6961541 or 8111765. OLE color: 8111765.

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

Color convert

RGB149198123-
CMYK0.2500.380.22
HSL99.2º39.68%62.94%-
HSV(B)99.2º37.88%77.65%-
XYZ36.1648.2126.14-
YUV174.898.77109.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.70%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=31.70%
G=42.13%
B=26.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981230.2500.380.2299.239.6862.94
Hex95C67B190261663283f
Octal22530617331046261435077
Binary10010101110001101111011110010100110101101100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95C67B;
 }
 .AnyTagClassName
 {
   color: #95C67B;
 }
</style>
background-color css

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

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

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

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

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

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