#94CB83

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

Shades of Gossip #94CB83

Tints of Gossip #94CB83

Color information

#94CB83 (or 0x94CB83) is unknown color: approx Gossip. HEX triplet: 94, CB and 83. RGB value is (148,203,131). Sum of RGB (Red+Green+Blue) = 148+203+131=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CB83 is #6B347C. Grayscale: #B2B2B2. Windows color (decimal): -7025789 or 8637332. OLE color: 8637332.

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

Color convert

RGB148203131-
CMYK0.2700.350.20
HSL105.83º40.91%65.49%-
HSV(B)105.83º35.47%79.61%-
XYZ37.6750.6529.26-
YUV178.35101.28106.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 203 (79.69% from 255) = 42.12%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=30.71%
G=42.12%
B=27.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031310.2700.350.20105.8340.9165.49
Hex94CB831B023146a2941
Octal224313203330432415251101
Binary1001010011001011100000111101101000111010011010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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