Html Css Color HEX #95C484 Gossip

📋 copy color: '#95C484'

red 149 ◦ green 196 ◦ blue 132

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

Shades of Gossip #95C484

Tints of Gossip #95C484

RGB

 RED value IS 149 (58.59% from 255) = 31.24%

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

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

R = 31.24%
G = 41.09%
B = 27.67%

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

#95C484 (or 0x95C484) is known color: Gossip. HEX triplet: 95, C4 and 84. RGB value is (149,196,132). Sum of RGB (Red+Green+Blue) = 149+196+132=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #95C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C484 is #6A3B7B. Grayscale: #AEAEAE. Windows color (decimal): -6962044 or 8701077. OLE color: 8701077.

HSL color Cylindrical-coordinate representation of color #95C484: hue angle of 104.06º 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 #95C484 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 132 -
CMYK 0.24 0 0.33 0.23
HSL 104.06º 0.35% 0.64% -
HSV(B) 104.06º 0.33% 0.77% -
XYZ 36.3 47.54 29.09 -
YUV 174.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 149 196 132 0.24 0 0.33 0.23 104.06 0.35 0.64
Hex 95 C4 84 18 0 21 17 68 23 40
Octal 225 304 204 30 0 41 27 150 43 100
Binary 10010101 11000100 10000100 11000 0 100001 10111 1101000 100011 1000000

Color Harmonies of #95C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C484

Black with #95C484

Text Example


Text Example

White with #95C484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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