Html Css Color HEX #99D58B Gossip

📋 copy color: '#99D58B'

red 153 ◦ green 213 ◦ blue 139

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

Shades of Gossip #99D58B

Tints of Gossip #99D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 30.3%
G = 42.18%
B = 27.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#99D58B (or 0x99D58B) is known color: Gossip. HEX triplet: 99, D5 and 8B. RGB value is (153,213,139). Sum of RGB (Red+Green+Blue) = 153+213+139=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #99D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D58B is #662A74. Grayscale: #BABABA. Windows color (decimal): -6695541 or 9164185. OLE color: 9164185.

HSL color Cylindrical-coordinate representation of color #99D58B: hue angle of 108.65º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D58B is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 139 -
CMYK 0.28 0 0.35 0.16
HSL 108.65º 0.47% 0.69% -
HSV(B) 108.65º 0.35% 0.84% -
XYZ 41.59 56.22 33.09 -
YUV 186.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 153 213 139 0.28 0 0.35 0.16 108.65 0.47 0.69
Hex 99 D5 8B 1C 0 23 10 6D 2F 45
Octal 231 325 213 34 0 43 20 155 57 105
Binary 10011001 11010101 10001011 11100 0 100011 10000 1101101 101111 1000101

Color Harmonies of #99D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D58B

Black with #99D58B

Text Example


Text Example

White with #99D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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