Html Css Color HEX #99C38B Gossip

📋 copy color: '#99C38B'

red 153 ◦ green 195 ◦ blue 139

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

Shades of Gossip #99C38B

Tints of Gossip #99C38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 31.42%
G = 40.04%
B = 28.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#99C38B (or 0x99C38B) is known color: Gossip. HEX triplet: 99, C3 and 8B. RGB value is (153,195,139). Sum of RGB (Red+Green+Blue) = 153+195+139=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #99C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C38B is #663C74. Grayscale: #B0B0B0. Windows color (decimal): -6700149 or 9159577. OLE color: 9159577.

HSL color Cylindrical-coordinate representation of color #99C38B: hue angle of 105º 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 #99C38B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 195 139 -
CMYK 0.22 0 0.29 0.24
HSL 105º 0.32% 0.65% -
HSV(B) 105º 0.29% 0.76% -
XYZ 37.31 47.67 31.66 -
YUV 176.06 107.09 111.55 -
System Red Green Blue C M Y K H S L
Decimal 153 195 139 0.22 0 0.29 0.24 105 0.32 0.65
Hex 99 C3 8B 16 0 1D 18 69 20 41
Octal 231 303 213 26 0 35 30 151 40 101
Binary 10011001 11000011 10001011 10110 0 11101 11000 1101001 100000 1000001

Color Harmonies of #99C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C38B

Black with #99C38B

Text Example


Text Example

White with #99C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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