#94CB76

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

Shades of Gossip #94CB76

Tints of Gossip #94CB76

Color information

#94CB76 (or 0x94CB76) is unknown color: approx Gossip. HEX triplet: 94, CB and 76. RGB value is (148,203,118). Sum of RGB (Red+Green+Blue) = 148+203+118=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB76 is #6B3489. Grayscale: #B1B1B1. Windows color (decimal): -7025802 or 7785364. OLE color: 7785364.

HSL color Cylindrical-coordinate representation of color #94CB76: hue angle of 98.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CB76 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB148203118-
CMYK0.2700.420.20
HSL98.82º44.97%62.94%-
HSV(B)98.82º41.87%79.61%-
XYZ36.8450.3224.91-
YUV176.8694.78107.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=31.56%
G=43.28%
B=25.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031180.2700.420.2098.8244.9762.94
Hex94CB761B02A14632d3f
Octal22431316633052241435577
Binary10010100110010111110110110110101010101001100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CB76; }

 p { color: rgb(148,203,118); }

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

<style>
 a { background-color: #94CB76; }

 a { background-color: rgb(148,203,118); }

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

<style>
 span { border-color: #94CB76; }

 span { border-color: rgb(148,203,118); }

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