Html Css Color HEX #98B98A Norway

📋 copy color: '#98B98A'

red 152 ◦ green 185 ◦ blue 138

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

Shades of Norway #98B98A

Tints of Norway #98B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 32%
G = 38.95%
B = 29.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#98B98A (or 0x98B98A) is known color: Norway. HEX triplet: 98, B9 and 8A. RGB value is (152,185,138). Sum of RGB (Red+Green+Blue) = 152+185+138=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #98B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B98A is #674675. Grayscale: #A9A9A9. Windows color (decimal): -6768246 or 9091480. OLE color: 9091480.

HSL color Cylindrical-coordinate representation of color #98B98A: hue angle of 102.13º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B98A is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 185 138 -
CMYK 0.18 0 0.25 0.27
HSL 102.13º 0.25% 0.63% -
HSV(B) 102.13º 0.25% 0.73% -
XYZ 34.89 43.21 30.55 -
YUV 169.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 152 185 138 0.18 0 0.25 0.27 102.13 0.25 0.63
Hex 98 B9 8A 12 0 19 1B 66 19 3F
Octal 230 271 212 22 0 31 33 146 31 77
Binary 10011000 10111001 10001010 10010 0 11001 11011 1100110 11001 111111

Color Harmonies of #98B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B98A

Black with #98B98A

Text Example


Text Example

White with #98B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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