Html Css Color HEX #99BF87 Gossip

📋 copy color: '#99BF87'

red 153 ◦ green 191 ◦ blue 135

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

Shades of Gossip #99BF87

Tints of Gossip #99BF87

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 31.94%
G = 39.87%
B = 28.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#99BF87 (or 0x99BF87) is known color: Gossip. HEX triplet: 99, BF and 87. RGB value is (153,191,135). Sum of RGB (Red+Green+Blue) = 153+191+135=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF87 is #664078. Grayscale: #ADADAD. Windows color (decimal): -6701177 or 8896409. OLE color: 8896409.

HSL color Cylindrical-coordinate representation of color #99BF87: hue angle of 100.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99BF87 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 135 -
CMYK 0.20 0 0.29 0.25
HSL 100.71º 0.3% 0.64% -
HSV(B) 100.71º 0.29% 0.75% -
XYZ 36.14 45.78 29.85 -
YUV 173.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 153 191 135 0.20 0 0.29 0.25 100.71 0.3 0.64
Hex 99 BF 87 14 0 1D 19 65 1E 40
Octal 231 277 207 24 0 35 31 145 36 100
Binary 10011001 10111111 10000111 10100 0 11101 11001 1100101 11110 1000000

Color Harmonies of #99BF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF87

Black with #99BF87

Text Example


Text Example

White with #99BF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,135); }

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

background-color css

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

 a { background-color: rgb(153,191,135); }

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

border-color css

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

 span { border-color: rgb(153,191,135); }

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