Html Css Color HEX #99B49D Edward

📋 copy color: '#99B49D'

red 153 ◦ green 180 ◦ blue 157

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

Shades of Edward #99B49D

Tints of Edward #99B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 31.22%
G = 36.73%
B = 32.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#99B49D (or 0x99B49D) is known color: Edward. HEX triplet: 99, B4 and 9D. RGB value is (153,180,157). Sum of RGB (Red+Green+Blue) = 153+180+157=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #99B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B49D is #664B62. Grayscale: #A9A9A9. Windows color (decimal): -6703971 or 10335385. OLE color: 10335385.

HSL color Cylindrical-coordinate representation of color #99B49D: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B49D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 157 -
CMYK 0.15 0 0.13 0.29
HSL 128.89º 0.15% 0.65% -
HSV(B) 128.89º 0.15% 0.71% -
XYZ 35.54 41.85 38.1 -
YUV 169.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 153 180 157 0.15 0 0.13 0.29 128.89 0.15 0.65
Hex 99 B4 9D F 0 D 1D 81 F 41
Octal 231 264 235 17 0 15 35 201 17 101
Binary 10011001 10110100 10011101 1111 0 1101 11101 10000001 1111 1000001

Color Harmonies of #99B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B49D

Black with #99B49D

Text Example


Text Example

White with #99B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,157); }

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

background-color css

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

 a { background-color: rgb(153,180,157); }

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

border-color css

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

 span { border-color: rgb(153,180,157); }

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