Html Css Color HEX #95CA84 Gossip

📋 copy color: '#95CA84'

red 149 ◦ green 202 ◦ blue 132

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

Shades of Gossip #95CA84

Tints of Gossip #95CA84

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

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

R = 30.85%
G = 41.82%
B = 27.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#95CA84 (or 0x95CA84) is known color: Gossip. HEX triplet: 95, CA and 84. RGB value is (149,202,132). Sum of RGB (Red+Green+Blue) = 149+202+132=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CA84 is #6A357B. Grayscale: #B2B2B2. Windows color (decimal): -6960508 or 8702613. OLE color: 8702613.

HSL color Cylindrical-coordinate representation of color #95CA84: hue angle of 105.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95CA84 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 132 -
CMYK 0.26 0 0.35 0.21
HSL 105.43º 0.4% 0.65% -
HSV(B) 105.43º 0.35% 0.79% -
XYZ 37.68 50.3 29.55 -
YUV 178.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 149 202 132 0.26 0 0.35 0.21 105.43 0.4 0.65
Hex 95 CA 84 1A 0 23 15 69 28 41
Octal 225 312 204 32 0 43 25 151 50 101
Binary 10010101 11001010 10000100 11010 0 100011 10101 1101001 101000 1000001

Color Harmonies of #95CA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA84

Black with #95CA84

Text Example


Text Example

White with #95CA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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