Html Css Color HEX #9FCB83 Gossip

📋 copy color: '#9FCB83'

red 159 ◦ green 203 ◦ blue 131

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

Shades of Gossip #9FCB83

Tints of Gossip #9FCB83

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

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

R = 32.25%
G = 41.18%
B = 26.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#9FCB83 (or 0x9FCB83) is known color: Gossip. HEX triplet: 9F, CB and 83. RGB value is (159,203,131). Sum of RGB (Red+Green+Blue) = 159+203+131=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB83 is #60347C. Grayscale: #B5B5B5. Windows color (decimal): -6304893 or 8637343. OLE color: 8637343.

HSL color Cylindrical-coordinate representation of color #9FCB83: hue angle of 96.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCB83 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 131 -
CMYK 0.22 0 0.35 0.20
HSL 96.67º 0.41% 0.65% -
HSV(B) 96.67º 0.35% 0.8% -
XYZ 39.75 51.72 29.36 -
YUV 181.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 159 203 131 0.22 0 0.35 0.20 96.67 0.41 0.65
Hex 9F CB 83 16 0 23 14 61 29 41
Octal 237 313 203 26 0 43 24 141 51 101
Binary 10011111 11001011 10000011 10110 0 100011 10100 1100001 101001 1000001

Color Harmonies of #9FCB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB83

Black with #9FCB83

Text Example


Text Example

White with #9FCB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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