Html Css Color HEX #9FCA82 Gossip

📋 copy color: '#9FCA82'

red 159 ◦ green 202 ◦ blue 130

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

Shades of Gossip #9FCA82

Tints of Gossip #9FCA82

RGB

 RED value IS 159 (62.5% from 255) = 32.38%

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

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 32.38%
G = 41.14%
B = 26.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#9FCA82 (or 0x9FCA82) is known color: Gossip. HEX triplet: 9F, CA and 82. RGB value is (159,202,130). Sum of RGB (Red+Green+Blue) = 159+202+130=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA82 is #60357D. Grayscale: #B5B5B5. Windows color (decimal): -6305150 or 8571551. OLE color: 8571551.

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

Color convert

RGB 159 202 130 -
CMYK 0.21 0 0.36 0.21
HSL 95.83º 0.4% 0.65% -
HSV(B) 95.83º 0.36% 0.79% -
XYZ 39.45 51.22 28.93 -
YUV 180.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 159 202 130 0.21 0 0.36 0.21 95.83 0.4 0.65
Hex 9F CA 82 15 0 24 15 60 28 41
Octal 237 312 202 25 0 44 25 140 50 101
Binary 10011111 11001010 10000010 10101 0 100100 10101 1100000 101000 1000001

Color Harmonies of #9FCA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA82

Black with #9FCA82

Text Example


Text Example

White with #9FCA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCA82; }

 p { color: rgb(159,202,130); }

 H1.HeaderClassName
 {
   color: #9FCA82;
 }
 .AnyTagClassName
 {
   color: #9FCA82;
 }
</style>

background-color css

<style>
 a { background-color: #9FCA82; }

 a { background-color: rgb(159,202,130); }

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

border-color css

<style>
 span { border-color: #9FCA82; }

 span { border-color: rgb(159,202,130); }

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