Html Css Color HEX #94C385 Gossip

📋 copy color: '#94C385'

red 148 ◦ green 195 ◦ blue 133

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

Shades of Gossip #94C385

Tints of Gossip #94C385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 31.09%
G = 40.97%
B = 27.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#94C385 (or 0x94C385) is known color: Gossip. HEX triplet: 94, C3 and 85. RGB value is (148,195,133). Sum of RGB (Red+Green+Blue) = 148+195+133=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #94C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C385 is #6B3C7A. Grayscale: #AEAEAE. Windows color (decimal): -7027835 or 8766356. OLE color: 8766356.

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

Color convert

RGB 148 195 133 -
CMYK 0.24 0 0.32 0.24
HSL 105.48º 0.34% 0.64% -
HSV(B) 105.48º 0.32% 0.76% -
XYZ 35.96 47.02 29.37 -
YUV 173.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 148 195 133 0.24 0 0.32 0.24 105.48 0.34 0.64
Hex 94 C3 85 18 0 20 18 69 22 40
Octal 224 303 205 30 0 40 30 151 42 100
Binary 10010100 11000011 10000101 11000 0 100000 11000 1101001 100010 1000000

Color Harmonies of #94C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C385

Black with #94C385

Text Example


Text Example

White with #94C385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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