Html Css Color HEX #9BC98B Gossip

📋 copy color: '#9BC98B'

red 155 ◦ green 201 ◦ blue 139

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

Shades of Gossip #9BC98B

Tints of Gossip #9BC98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 31.31%
G = 40.61%
B = 28.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#9BC98B (or 0x9BC98B) is known color: Gossip. HEX triplet: 9B, C9 and 8B. RGB value is (155,201,139). Sum of RGB (Red+Green+Blue) = 155+201+139=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC98B is #643674. Grayscale: #B4B4B4. Windows color (decimal): -6567541 or 9161115. OLE color: 9161115.

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

Color convert

RGB 155 201 139 -
CMYK 0.23 0 0.31 0.21
HSL 104.52º 0.36% 0.67% -
HSV(B) 104.52º 0.31% 0.79% -
XYZ 39.06 50.61 32.14 -
YUV 180.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 155 201 139 0.23 0 0.31 0.21 104.52 0.36 0.67
Hex 9B C9 8B 17 0 1F 15 69 24 43
Octal 233 311 213 27 0 37 25 151 44 103
Binary 10011011 11001001 10001011 10111 0 11111 10101 1101001 100100 1000011

Color Harmonies of #9BC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC98B

Black with #9BC98B

Text Example


Text Example

White with #9BC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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