Html Css Color HEX #99C386 Gossip

📋 copy color: '#99C386'

red 153 ◦ green 195 ◦ blue 134

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

Shades of Gossip #99C386

Tints of Gossip #99C386

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 134 (52.73% from 255) = 27.8%

R = 31.74%
G = 40.46%
B = 27.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#99C386 (or 0x99C386) is known color: Gossip. HEX triplet: 99, C3 and 86. RGB value is (153,195,134). Sum of RGB (Red+Green+Blue) = 153+195+134=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #99C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C386 is #663C79. Grayscale: #AFAFAF. Windows color (decimal): -6700154 or 8831897. OLE color: 8831897.

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

Color convert

RGB 153 195 134 -
CMYK 0.22 0 0.31 0.24
HSL 101.31º 0.34% 0.65% -
HSV(B) 101.31º 0.31% 0.76% -
XYZ 36.96 47.52 29.78 -
YUV 175.49 104.59 111.96 -
System Red Green Blue C M Y K H S L
Decimal 153 195 134 0.22 0 0.31 0.24 101.31 0.34 0.65
Hex 99 C3 86 16 0 1F 18 65 22 41
Octal 231 303 206 26 0 37 30 145 42 101
Binary 10011001 11000011 10000110 10110 0 11111 11000 1100101 100010 1000001

Color Harmonies of #99C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C386

Black with #99C386

Text Example


Text Example

White with #99C386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99C386;
 }
 .AnyTagClassName
 {
   color: #99C386;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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