#95CC8B

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

Shades of Gossip #95CC8B

Tints of Gossip #95CC8B

Color information

#95CC8B (or 0x95CC8B) is unknown color: approx Gossip. HEX triplet: 95, CC and 8B. RGB value is (149,204,139). Sum of RGB (Red+Green+Blue) = 149+204+139=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CC8B is #6A3374. Grayscale: #B4B4B4. Windows color (decimal): -6959989 or 9161877. OLE color: 9161877.

HSL color Cylindrical-coordinate representation of color #95CC8B: hue angle of 110.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CC8B is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB149204139-
CMYK0.2700.320.2
HSL110.77º38.92%67.25%-
HSV(B)110.77º31.86%80%-
XYZ38.6551.4432.32-
YUV180.14104.78105.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=30.28%
G=41.46%
B=28.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041390.2700.320.2110.7738.9267.25
Hex95CC8B1B020146f2743
Octal225314213330402415747103
Binary1001010111001100100010111101101000001010011011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,139); }

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

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

 a { background-color: rgb(149,204,139); }

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

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

 span { border-color: rgb(149,204,139); }

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