Html Css Color HEX #9BC38C Gossip

📋 copy color: '#9BC38C'

red 155 ◦ green 195 ◦ blue 140

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

Shades of Gossip #9BC38C

Tints of Gossip #9BC38C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.8%

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

R = 31.63%
G = 39.8%
B = 28.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#9BC38C (or 0x9BC38C) is known color: Gossip. HEX triplet: 9B, C3 and 8C. RGB value is (155,195,140). Sum of RGB (Red+Green+Blue) = 155+195+140=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC38C is #643C73. Grayscale: #B0B0B0. Windows color (decimal): -6569076 or 9225115. OLE color: 9225115.

HSL color Cylindrical-coordinate representation of color #9BC38C: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BC38C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 140 -
CMYK 0.21 0 0.28 0.24
HSL 103.64º 0.31% 0.66% -
HSV(B) 103.64º 0.28% 0.76% -
XYZ 37.77 47.89 32.06 -
YUV 176.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 155 195 140 0.21 0 0.28 0.24 103.64 0.31 0.66
Hex 9B C3 8C 15 0 1C 18 68 1F 42
Octal 233 303 214 25 0 34 30 150 37 102
Binary 10011011 11000011 10001100 10101 0 11100 11000 1101000 11111 1000010

Color Harmonies of #9BC38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC38C

Black with #9BC38C

Text Example


Text Example

White with #9BC38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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