Html Css Color HEX #99B39D Edward

📋 copy color: '#99B39D'

red 153 ◦ green 179 ◦ blue 157

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

Shades of Edward #99B39D

Tints of Edward #99B39D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 31.29%
G = 36.61%
B = 32.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#99B39D (or 0x99B39D) is known color: Edward. HEX triplet: 99, B3 and 9D. RGB value is (153,179,157). Sum of RGB (Red+Green+Blue) = 153+179+157=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #99B39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B39D is #664C62. Grayscale: #A8A8A8. Windows color (decimal): -6704227 or 10335129. OLE color: 10335129.

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

Color convert

RGB 153 179 157 -
CMYK 0.15 0 0.12 0.30
HSL 129.23º 0.15% 0.65% -
HSV(B) 129.23º 0.15% 0.7% -
XYZ 35.34 41.45 38.04 -
YUV 168.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 153 179 157 0.15 0 0.12 0.30 129.23 0.15 0.65
Hex 99 B3 9D F 0 C 1E 81 F 41
Octal 231 263 235 17 0 14 36 201 17 101
Binary 10011001 10110011 10011101 1111 0 1100 11110 10000001 1111 1000001

Color Harmonies of #99B39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B39D

Black with #99B39D

Text Example


Text Example

White with #99B39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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