Html Css Color HEX #98B09A Edward

📋 copy color: '#98B09A'

red 152 ◦ green 176 ◦ blue 154

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

Shades of Edward #98B09A

Tints of Edward #98B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 31.54%
G = 36.51%
B = 31.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#98B09A (or 0x98B09A) is known color: Edward. HEX triplet: 98, B0 and 9A. RGB value is (152,176,154). Sum of RGB (Red+Green+Blue) = 152+176+154=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #98B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B09A is #674F65. Grayscale: #A6A6A6. Windows color (decimal): -6770534 or 10137752. OLE color: 10137752.

HSL color Cylindrical-coordinate representation of color #98B09A: hue angle of 125º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98B09A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 154 -
CMYK 0.14 0 0.12 0.31
HSL 125º 0.13% 0.64% -
HSV(B) 125º 0.14% 0.69% -
XYZ 34.31 40.06 36.5 -
YUV 166.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 152 176 154 0.14 0 0.12 0.31 125 0.13 0.64
Hex 98 B0 9A E 0 C 1F 7D D 40
Octal 230 260 232 16 0 14 37 175 15 100
Binary 10011000 10110000 10011010 1110 0 1100 11111 1111101 1101 1000000

Color Harmonies of #98B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B09A

Black with #98B09A

Text Example


Text Example

White with #98B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,154); }

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

background-color css

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

 a { background-color: rgb(152,176,154); }

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

border-color css

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

 span { border-color: rgb(152,176,154); }

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