Html Css Color HEX #9FCA83 Gossip

📋 copy color: '#9FCA83'

red 159 ◦ green 202 ◦ blue 131

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

Shades of Gossip #9FCA83

Tints of Gossip #9FCA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 32.32%
G = 41.06%
B = 26.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#9FCA83 (or 0x9FCA83) is known color: Gossip. HEX triplet: 9F, CA and 83. RGB value is (159,202,131). Sum of RGB (Red+Green+Blue) = 159+202+131=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA83 is #60357C. Grayscale: #B5B5B5. Windows color (decimal): -6305149 or 8637087. OLE color: 8637087.

HSL color Cylindrical-coordinate representation of color #9FCA83: hue angle of 96.34º 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 #9FCA83 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 131 -
CMYK 0.21 0 0.35 0.21
HSL 96.34º 0.4% 0.65% -
HSV(B) 96.34º 0.35% 0.79% -
XYZ 39.52 51.25 29.28 -
YUV 181.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 159 202 131 0.21 0 0.35 0.21 96.34 0.4 0.65
Hex 9F CA 83 15 0 23 15 60 28 41
Octal 237 312 203 25 0 43 25 140 50 101
Binary 10011111 11001010 10000011 10101 0 100011 10101 1100000 101000 1000001

Color Harmonies of #9FCA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA83

Black with #9FCA83

Text Example


Text Example

White with #9FCA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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