Html Css Color HEX #98B68A Norway

📋 copy color: '#98B68A'

red 152 ◦ green 182 ◦ blue 138

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

Shades of Norway #98B68A

Tints of Norway #98B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 32.2%
G = 38.56%
B = 29.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#98B68A (or 0x98B68A) is known color: Norway. HEX triplet: 98, B6 and 8A. RGB value is (152,182,138). Sum of RGB (Red+Green+Blue) = 152+182+138=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #98B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B68A is #674975. Grayscale: #A8A8A8. Windows color (decimal): -6769014 or 9090712. OLE color: 9090712.

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

Color convert

RGB 152 182 138 -
CMYK 0.16 0 0.24 0.29
HSL 100.91º 0.23% 0.63% -
HSV(B) 100.91º 0.24% 0.71% -
XYZ 34.26 41.97 30.34 -
YUV 168.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 152 182 138 0.16 0 0.24 0.29 100.91 0.23 0.63
Hex 98 B6 8A 10 0 18 1D 65 17 3F
Octal 230 266 212 20 0 30 35 145 27 77
Binary 10011000 10110110 10001010 10000 0 11000 11101 1100101 10111 111111

Color Harmonies of #98B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B68A

Black with #98B68A

Text Example


Text Example

White with #98B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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