Html Css Color HEX #98AA8B Norway

📋 copy color: '#98AA8B'

red 152 ◦ green 170 ◦ blue 139

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

Shades of Norway #98AA8B

Tints of Norway #98AA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 32.97%
G = 36.88%
B = 30.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#98AA8B (or 0x98AA8B) is known color: Norway. HEX triplet: 98, AA and 8B. RGB value is (152,170,139). Sum of RGB (Red+Green+Blue) = 152+170+139=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA8B is #675574. Grayscale: #A1A1A1. Windows color (decimal): -6772085 or 9153176. OLE color: 9153176.

HSL color Cylindrical-coordinate representation of color #98AA8B: hue angle of 94.84º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98AA8B is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 139 -
CMYK 0.11 0 0.18 0.33
HSL 94.84º 0.15% 0.61% -
HSV(B) 94.84º 0.18% 0.67% -
XYZ 31.98 37.29 29.94 -
YUV 161.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 152 170 139 0.11 0 0.18 0.33 94.84 0.15 0.61
Hex 98 AA 8B B 0 12 21 5F F 3D
Octal 230 252 213 13 0 22 41 137 17 75
Binary 10011000 10101010 10001011 1011 0 10010 100001 1011111 1111 111101

Color Harmonies of #98AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA8B

Black with #98AA8B

Text Example


Text Example

White with #98AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,139); }

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

background-color css

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

 a { background-color: rgb(152,170,139); }

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

border-color css

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

 span { border-color: rgb(152,170,139); }

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