#9BCA83

Color #9BCA83 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9BCA83

Tints of Gossip #9BCA83

Color information

#9BCA83 (or 0x9BCA83) is unknown color: approx Gossip. HEX triplet: 9B, CA and 83. RGB value is (155,202,131). Sum of RGB (Red+Green+Blue) = 155+202+131=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA83 is #64357C. Grayscale: #B4B4B4. Windows color (decimal): -6567293 or 8637083. OLE color: 8637083.

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

Color convert

RGB155202131-
CMYK0.2300.350.21
HSL99.72º40.11%65.29%-
HSV(B)99.72º35.15%79.22%-
XYZ38.7350.8529.25-
YUV179.85100.43110.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=31.76%
G=41.39%
B=26.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021310.2300.350.2199.7240.1165.29
Hex9BCA831702315642841
Octal233312203270432514450101
Binary1001101111001010100000111011101000111010111001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,131); }

 H1.HeaderClassName
 {
   color: #9BCA83;
 }
 .AnyTagClassName
 {
   color: #9BCA83;
 }
</style>
background-color css

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

 a { background-color: rgb(155,202,131); }

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

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

 span { border-color: rgb(155,202,131); }

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