Html Css Color HEX #98B09C Edward

📋 copy color: '#98B09C'

red 152 ◦ green 176 ◦ blue 156

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

Shades of Edward #98B09C

Tints of Edward #98B09C

RGB

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

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

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

R = 31.4%
G = 36.36%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#98B09C (or 0x98B09C) is known color: Edward. HEX triplet: 98, B0 and 9C. RGB value is (152,176,156). Sum of RGB (Red+Green+Blue) = 152+176+156=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #98B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B09C is #674F63. Grayscale: #A6A6A6. Windows color (decimal): -6770532 or 10268824. OLE color: 10268824.

HSL color Cylindrical-coordinate representation of color #98B09C: hue angle of 130º 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 #98B09C is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 156 -
CMYK 0.14 0 0.11 0.31
HSL 130º 0.13% 0.64% -
HSV(B) 130º 0.14% 0.69% -
XYZ 34.47 40.13 37.38 -
YUV 166.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 152 176 156 0.14 0 0.11 0.31 130 0.13 0.64
Hex 98 B0 9C E 0 B 1F 82 D 40
Octal 230 260 234 16 0 13 37 202 15 100
Binary 10011000 10110000 10011100 1110 0 1011 11111 10000010 1101 1000000

Color Harmonies of #98B09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B09C

Black with #98B09C

Text Example


Text Example

White with #98B09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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