#9BCA84

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

Shades of Gossip #9BCA84

Tints of Gossip #9BCA84

Color information

#9BCA84 (or 0x9BCA84) is unknown color: approx Gossip. HEX triplet: 9B, CA and 84. RGB value is (155,202,132). Sum of RGB (Red+Green+Blue) = 155+202+132=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA84 is #64357B. Grayscale: #B4B4B4. Windows color (decimal): -6567292 or 8702619. OLE color: 8702619.

HSL color Cylindrical-coordinate representation of color #9BCA84: hue angle of 100.29º 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 #9BCA84 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB155202132-
CMYK0.2300.350.21
HSL100.29º39.77%65.49%-
HSV(B)100.29º34.65%79.22%-
XYZ38.850.8829.6-
YUV179.97100.93110.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=31.70%
G=41.31%
B=26.99%

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
Decimal1552021320.2300.350.21100.2939.7765.49
Hex9BCA841702315642841
Octal233312204270432514450101
Binary1001101111001010100001001011101000111010111001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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