Html Css Color HEX #99D28B Gossip

📋 copy color: '#99D28B'

red 153 ◦ green 210 ◦ blue 139

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

Shades of Gossip #99D28B

Tints of Gossip #99D28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

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

R = 30.48%
G = 41.83%
B = 27.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#99D28B (or 0x99D28B) is known color: Gossip. HEX triplet: 99, D2 and 8B. RGB value is (153,210,139). Sum of RGB (Red+Green+Blue) = 153+210+139=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #99D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D28B is #662D74. Grayscale: #B9B9B9. Windows color (decimal): -6696309 or 9163417. OLE color: 9163417.

HSL color Cylindrical-coordinate representation of color #99D28B: hue angle of 108.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99D28B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 210 139 -
CMYK 0.27 0 0.34 0.18
HSL 108.17º 0.44% 0.68% -
HSV(B) 108.17º 0.34% 0.82% -
XYZ 40.84 54.73 32.84 -
YUV 184.86 102.12 105.27 -
System Red Green Blue C M Y K H S L
Decimal 153 210 139 0.27 0 0.34 0.18 108.17 0.44 0.68
Hex 99 D2 8B 1B 0 22 12 6C 2C 44
Octal 231 322 213 33 0 42 22 154 54 104
Binary 10011001 11010010 10001011 11011 0 100010 10010 1101100 101100 1000100

Color Harmonies of #99D28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D28B

Black with #99D28B

Text Example


Text Example

White with #99D28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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