Html Css Color HEX #94C386 Gossip

📋 copy color: '#94C386'

red 148 ◦ green 195 ◦ blue 134

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

Shades of Gossip #94C386

Tints of Gossip #94C386

RGB

 RED value IS 148 (58.2% from 255) = 31.03%

 GREEN value IS 195 (76.56% from 255) = 40.88%

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 31.03%
G = 40.88%
B = 28.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#94C386 (or 0x94C386) is known color: Gossip. HEX triplet: 94, C3 and 86. RGB value is (148,195,134). Sum of RGB (Red+Green+Blue) = 148+195+134=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #94C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C386 is #6B3C79. Grayscale: #AEAEAE. Windows color (decimal): -7027834 or 8831892. OLE color: 8831892.

HSL color Cylindrical-coordinate representation of color #94C386: hue angle of 106.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C386 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 134 -
CMYK 0.24 0 0.31 0.24
HSL 106.23º 0.34% 0.65% -
HSV(B) 106.23º 0.31% 0.76% -
XYZ 36.03 47.05 29.74 -
YUV 173.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 148 195 134 0.24 0 0.31 0.24 106.23 0.34 0.65
Hex 94 C3 86 18 0 1F 18 6A 22 41
Octal 224 303 206 30 0 37 30 152 42 101
Binary 10010100 11000011 10000110 11000 0 11111 11000 1101010 100010 1000001

Color Harmonies of #94C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C386

Black with #94C386

Text Example


Text Example

White with #94C386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,134); }

 H1.HeaderClassName
 {
   color: #94C386;
 }
 .AnyTagClassName
 {
   color: #94C386;
 }
</style>

background-color css

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

 a { background-color: rgb(148,195,134); }

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

border-color css

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

 span { border-color: rgb(148,195,134); }

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