Html Css Color HEX #94C484 Gossip

📋 copy color: '#94C484'

red 148 ◦ green 196 ◦ blue 132

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

Shades of Gossip #94C484

Tints of Gossip #94C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 31.09%
G = 41.18%
B = 27.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#94C484 (or 0x94C484) is known color: Gossip. HEX triplet: 94, C4 and 84. RGB value is (148,196,132). Sum of RGB (Red+Green+Blue) = 148+196+132=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #94C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C484 is #6B3B7B. Grayscale: #AEAEAE. Windows color (decimal): -7027580 or 8701076. OLE color: 8701076.

HSL color Cylindrical-coordinate representation of color #94C484: hue angle of 105º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94C484 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 196 132 -
CMYK 0.24 0 0.33 0.23
HSL 105º 0.35% 0.64% -
HSV(B) 105º 0.33% 0.77% -
XYZ 36.12 47.44 29.08 -
YUV 174.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 148 196 132 0.24 0 0.33 0.23 105 0.35 0.64
Hex 94 C4 84 18 0 21 17 69 23 40
Octal 224 304 204 30 0 41 27 151 43 100
Binary 10010100 11000100 10000100 11000 0 100001 10111 1101001 100011 1000000

Color Harmonies of #94C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C484

Black with #94C484

Text Example


Text Example

White with #94C484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,196,132); }

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

background-color css

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

 a { background-color: rgb(148,196,132); }

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

border-color css

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

 span { border-color: rgb(148,196,132); }

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