Html Css Color HEX #94C989 Gossip

📋 copy color: '#94C989'

red 148 ◦ green 201 ◦ blue 137

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

Shades of Gossip #94C989

Tints of Gossip #94C989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

 BLUE value IS 137 (53.91% from 255) = 28.19%

R = 30.45%
G = 41.36%
B = 28.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#94C989 (or 0x94C989) is known color: Gossip. HEX triplet: 94, C9 and 89. RGB value is (148,201,137). Sum of RGB (Red+Green+Blue) = 148+201+137=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #94C989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C989 is #6B3676. Grayscale: #B2B2B2. Windows color (decimal): -7026295 or 9030036. OLE color: 9030036.

HSL color Cylindrical-coordinate representation of color #94C989: hue angle of 109.69º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C989 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 137 -
CMYK 0.26 0 0.32 0.21
HSL 109.69º 0.37% 0.66% -
HSV(B) 109.69º 0.32% 0.79% -
XYZ 37.61 49.88 31.31 -
YUV 177.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 148 201 137 0.26 0 0.32 0.21 109.69 0.37 0.66
Hex 94 C9 89 1A 0 20 15 6E 25 42
Octal 224 311 211 32 0 40 25 156 45 102
Binary 10010100 11001001 10001001 11010 0 100000 10101 1101110 100101 1000010

Color Harmonies of #94C989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C989

Black with #94C989

Text Example


Text Example

White with #94C989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,201,137); }

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

background-color css

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

 a { background-color: rgb(148,201,137); }

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

border-color css

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

 span { border-color: rgb(148,201,137); }

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