Html Css Color HEX #98A68C Norway

📋 copy color: '#98A68C'

red 152 ◦ green 166 ◦ blue 140

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

Shades of Norway #98A68C

Tints of Norway #98A68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 33.19%
G = 36.24%
B = 30.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#98A68C (or 0x98A68C) is known color: Norway. HEX triplet: 98, A6 and 8C. RGB value is (152,166,140). Sum of RGB (Red+Green+Blue) = 152+166+140=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #98A68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A68C is #675973. Grayscale: #9E9E9E. Windows color (decimal): -6773108 or 9217688. OLE color: 9217688.

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

Color convert

RGB 152 166 140 -
CMYK 0.08 0 0.16 0.35
HSL 92.31º 0.13% 0.6% -
HSV(B) 92.31º 0.16% 0.65% -
XYZ 31.32 35.84 30.08 -
YUV 158.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 152 166 140 0.08 0 0.16 0.35 92.31 0.13 0.6
Hex 98 A6 8C 8 0 10 23 5C D 3C
Octal 230 246 214 10 0 20 43 134 15 74
Binary 10011000 10100110 10001100 1000 0 10000 100011 1011100 1101 111100

Color Harmonies of #98A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A68C

Black with #98A68C

Text Example


Text Example

White with #98A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,166,140); }

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

background-color css

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

 a { background-color: rgb(152,166,140); }

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

border-color css

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

 span { border-color: rgb(152,166,140); }

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