Html Css Color HEX #9BC98C Gossip

📋 copy color: '#9BC98C'

red 155 ◦ green 201 ◦ blue 140

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

Shades of Gossip #9BC98C

Tints of Gossip #9BC98C

RGB

 RED value IS 155 (60.94% from 255) = 31.25%

 GREEN value IS 201 (78.91% from 255) = 40.52%

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 31.25%
G = 40.52%
B = 28.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#9BC98C (or 0x9BC98C) is known color: Gossip. HEX triplet: 9B, C9 and 8C. RGB value is (155,201,140). Sum of RGB (Red+Green+Blue) = 155+201+140=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC98C is #643673. Grayscale: #B4B4B4. Windows color (decimal): -6567540 or 9226651. OLE color: 9226651.

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

Color convert

RGB 155 201 140 -
CMYK 0.23 0 0.30 0.21
HSL 105.25º 0.36% 0.67% -
HSV(B) 105.25º 0.3% 0.79% -
XYZ 39.14 50.64 32.52 -
YUV 180.29 105.26 109.96 -
System Red Green Blue C M Y K H S L
Decimal 155 201 140 0.23 0 0.30 0.21 105.25 0.36 0.67
Hex 9B C9 8C 17 0 1E 15 69 24 43
Octal 233 311 214 27 0 36 25 151 44 103
Binary 10011011 11001001 10001100 10111 0 11110 10101 1101001 100100 1000011

Color Harmonies of #9BC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC98C

Black with #9BC98C

Text Example


Text Example

White with #9BC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,140); }

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

background-color css

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

 a { background-color: rgb(155,201,140); }

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

border-color css

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

 span { border-color: rgb(155,201,140); }

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