#99CA7B

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

Shades of Gossip #99CA7B

Tints of Gossip #99CA7B

Color information

#99CA7B (or 0x99CA7B) is unknown color: approx Gossip. HEX triplet: 99, CA and 7B. RGB value is (153,202,123). Sum of RGB (Red+Green+Blue) = 153+202+123=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA7B is #663584. Grayscale: #B2B2B2. Windows color (decimal): -6698373 or 8112793. OLE color: 8112793.

HSL color Cylindrical-coordinate representation of color #99CA7B: hue angle of 97.22º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99CA7B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB153202123-
CMYK0.2400.390.21
HSL97.22º42.7%63.73%-
HSV(B)97.22º39.11%79.22%-
XYZ37.8350.4426.48-
YUV178.3496.77109.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=32.01%
G=42.26%
B=25.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1532021230.2400.390.2197.2242.763.73
Hex99CA7B1802715612b40
Octal231312173300472514153100
Binary100110011100101011110111100001001111010111000011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CA7B; }

 p { color: rgb(153,202,123); }

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

<style>
 a { background-color: #99CA7B; }

 a { background-color: rgb(153,202,123); }

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

<style>
 span { border-color: #99CA7B; }

 span { border-color: rgb(153,202,123); }

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