Html Css Color HEX #9BC88E Gossip

📋 copy color: '#9BC88E'

red 155 ◦ green 200 ◦ blue 142

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

Shades of Gossip #9BC88E

Tints of Gossip #9BC88E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.24%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 31.19%
G = 40.24%
B = 28.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#9BC88E (or 0x9BC88E) is known color: Gossip. HEX triplet: 9B, C8 and 8E. RGB value is (155,200,142). Sum of RGB (Red+Green+Blue) = 155+200+142=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC88E is #643771. Grayscale: #B4B4B4. Windows color (decimal): -6567794 or 9357467. OLE color: 9357467.

HSL color Cylindrical-coordinate representation of color #9BC88E: hue angle of 106.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC88E is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 142 -
CMYK 0.22 0 0.29 0.22
HSL 106.55º 0.35% 0.67% -
HSV(B) 106.55º 0.29% 0.78% -
XYZ 39.05 50.23 33.23 -
YUV 179.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 155 200 142 0.22 0 0.29 0.22 106.55 0.35 0.67
Hex 9B C8 8E 16 0 1D 16 6B 23 43
Octal 233 310 216 26 0 35 26 153 43 103
Binary 10011011 11001000 10001110 10110 0 11101 10110 1101011 100011 1000011

Color Harmonies of #9BC88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC88E

Black with #9BC88E

Text Example


Text Example

White with #9BC88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,200,142); }

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

background-color css

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

 a { background-color: rgb(155,200,142); }

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

border-color css

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

 span { border-color: rgb(155,200,142); }

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