Html Css Color HEX #99BF85 Gossip

📋 copy color: '#99BF85'

red 153 ◦ green 191 ◦ blue 133

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

Shades of Gossip #99BF85

Tints of Gossip #99BF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 32.08%
G = 40.04%
B = 27.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#99BF85 (or 0x99BF85) is known color: Gossip. HEX triplet: 99, BF and 85. RGB value is (153,191,133). Sum of RGB (Red+Green+Blue) = 153+191+133=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF85 is #66407A. Grayscale: #ADADAD. Windows color (decimal): -6701179 or 8765337. OLE color: 8765337.

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

Color convert

RGB 153 191 133 -
CMYK 0.20 0 0.30 0.25
HSL 99.31º 0.31% 0.64% -
HSV(B) 99.31º 0.3% 0.75% -
XYZ 36 45.73 29.12 -
YUV 173.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 153 191 133 0.20 0 0.30 0.25 99.31 0.31 0.64
Hex 99 BF 85 14 0 1E 19 63 1F 40
Octal 231 277 205 24 0 36 31 143 37 100
Binary 10011001 10111111 10000101 10100 0 11110 11001 1100011 11111 1000000

Color Harmonies of #99BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF85

Black with #99BF85

Text Example


Text Example

White with #99BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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