Html Css Color HEX #98B49C Edward

📋 copy color: '#98B49C'

red 152 ◦ green 180 ◦ blue 156

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

Shades of Edward #98B49C

Tints of Edward #98B49C

RGB

 RED value IS 152 (59.77% from 255) = 31.15%

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

 BLUE value IS 156 (61.33% from 255) = 31.97%

R = 31.15%
G = 36.89%
B = 31.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#98B49C (or 0x98B49C) is known color: Edward. HEX triplet: 98, B4 and 9C. RGB value is (152,180,156). Sum of RGB (Red+Green+Blue) = 152+180+156=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #98B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B49C is #674B63. Grayscale: #A8A8A8. Windows color (decimal): -6769508 or 10269848. OLE color: 10269848.

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

Color convert

RGB 152 180 156 -
CMYK 0.16 0 0.13 0.29
HSL 128.57º 0.16% 0.65% -
HSV(B) 128.57º 0.16% 0.71% -
XYZ 35.27 41.72 37.65 -
YUV 168.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 152 180 156 0.16 0 0.13 0.29 128.57 0.16 0.65
Hex 98 B4 9C 10 0 D 1D 81 10 41
Octal 230 264 234 20 0 15 35 201 20 101
Binary 10011000 10110100 10011100 10000 0 1101 11101 10000001 10000 1000001

Color Harmonies of #98B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B49C

Black with #98B49C

Text Example


Text Example

White with #98B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98B49C; }

 p { color: rgb(152,180,156); }

 H1.HeaderClassName
 {
   color: #98B49C;
 }
 .AnyTagClassName
 {
   color: #98B49C;
 }
</style>

background-color css

<style>
 a { background-color: #98B49C; }

 a { background-color: rgb(152,180,156); }

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

border-color css

<style>
 span { border-color: #98B49C; }

 span { border-color: rgb(152,180,156); }

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