#99C38A

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

Shades of Gossip #99C38A

Tints of Gossip #99C38A

Color information

#99C38A (or 0x99C38A) is unknown color: approx Gossip. HEX triplet: 99, C3 and 8A. RGB value is (153,195,138). Sum of RGB (Red+Green+Blue) = 153+195+138=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #99C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C38A is #663C75. Grayscale: #B0B0B0. Windows color (decimal): -6700150 or 9094041. OLE color: 9094041.

HSL color Cylindrical-coordinate representation of color #99C38A: hue angle of 104.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99C38A is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB153195138-
CMYK0.2200.290.24
HSL104.21º32.2%65.29%-
HSV(B)104.21º29.23%76.47%-
XYZ37.2447.6431.28-
YUV175.94106.59111.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.48%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=31.48%
G=40.12%
B=28.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951380.2200.290.24104.2132.265.29
Hex99C38A1601D18682041
Octal231303212260353015040101
Binary100110011100001110001010101100111011100011010001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,138); }

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

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

 a { background-color: rgb(153,195,138); }

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

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

 span { border-color: rgb(153,195,138); }

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