Html Css Color HEX #9FCC92 Gossip

📋 copy color: '#9FCC92'

red 159 ◦ green 204 ◦ blue 146

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

Shades of Gossip #9FCC92

Tints of Gossip #9FCC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 31.24%
G = 40.08%
B = 28.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#9FCC92 (or 0x9FCC92) is known color: Gossip. HEX triplet: 9F, CC and 92. RGB value is (159,204,146). Sum of RGB (Red+Green+Blue) = 159+204+146=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC92 is #60336D. Grayscale: #B8B8B8. Windows color (decimal): -6304622 or 9620639. OLE color: 9620639.

HSL color Cylindrical-coordinate representation of color #9FCC92: hue angle of 106.55º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCC92 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 146 -
CMYK 0.22 0 0.28 0.2
HSL 106.55º 0.36% 0.69% -
HSV(B) 106.55º 0.28% 0.8% -
XYZ 41.08 52.63 35.19 -
YUV 183.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 159 204 146 0.22 0 0.28 0.2 106.55 0.36 0.69
Hex 9F CC 92 16 0 1C 14 6B 24 45
Octal 237 314 222 26 0 34 24 153 44 105
Binary 10011111 11001100 10010010 10110 0 11100 10100 1101011 100100 1000101

Color Harmonies of #9FCC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC92

Black with #9FCC92

Text Example


Text Example

White with #9FCC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,146); }

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

background-color css

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

 a { background-color: rgb(159,204,146); }

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

border-color css

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

 span { border-color: rgb(159,204,146); }

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