Html Css Color HEX #98A39A Edward

📋 copy color: '#98A39A'

red 152 ◦ green 163 ◦ blue 154

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

Shades of Edward #98A39A

Tints of Edward #98A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

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

R = 32.41%
G = 34.75%
B = 32.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#98A39A (or 0x98A39A) is known color: Edward. HEX triplet: 98, A3 and 9A. RGB value is (152,163,154). Sum of RGB (Red+Green+Blue) = 152+163+154=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 163 - color contains mainly: green. Hex color #98A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A39A is #675C65. Grayscale: #9E9E9E. Windows color (decimal): -6773862 or 10134424. OLE color: 10134424.

HSL color Cylindrical-coordinate representation of color #98A39A: hue angle of 130.91º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98A39A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 163 154 -
CMYK 0.07 0 0.06 0.36
HSL 130.91º 0.06% 0.62% -
HSV(B) 130.91º 0.07% 0.64% -
XYZ 31.88 35.2 35.69 -
YUV 158.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 152 163 154 0.07 0 0.06 0.36 130.91 0.06 0.62
Hex 98 A3 9A 7 0 6 24 83 6 3E
Octal 230 243 232 7 0 6 44 203 6 76
Binary 10011000 10100011 10011010 111 0 110 100100 10000011 110 111110

Color Harmonies of #98A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A39A

Black with #98A39A

Text Example


Text Example

White with #98A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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