Html Css Color HEX #98B48A Norway

📋 copy color: '#98B48A'

red 152 ◦ green 180 ◦ blue 138

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

Shades of Norway #98B48A

Tints of Norway #98B48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 32.34%
G = 38.3%
B = 29.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#98B48A (or 0x98B48A) is known color: Norway. HEX triplet: 98, B4 and 8A. RGB value is (152,180,138). Sum of RGB (Red+Green+Blue) = 152+180+138=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #98B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B48A is #674B75. Grayscale: #A6A6A6. Windows color (decimal): -6769526 or 9090200. OLE color: 9090200.

HSL color Cylindrical-coordinate representation of color #98B48A: hue angle of 100º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98B48A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 180 138 -
CMYK 0.16 0 0.23 0.29
HSL 100º 0.22% 0.62% -
HSV(B) 100º 0.23% 0.71% -
XYZ 33.86 41.15 30.2 -
YUV 166.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 152 180 138 0.16 0 0.23 0.29 100 0.22 0.62
Hex 98 B4 8A 10 0 17 1D 64 16 3E
Octal 230 264 212 20 0 27 35 144 26 76
Binary 10011000 10110100 10001010 10000 0 10111 11101 1100100 10110 111110

Color Harmonies of #98B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B48A

Black with #98B48A

Text Example


Text Example

White with #98B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,180,138); }

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

background-color css

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

 a { background-color: rgb(152,180,138); }

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

border-color css

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

 span { border-color: rgb(152,180,138); }

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