Html Css Color HEX #98B487 Norway

📋 copy color: '#98B487'

red 152 ◦ green 180 ◦ blue 135

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

Shades of Norway #98B487

Tints of Norway #98B487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.91%

R = 32.55%
G = 38.54%
B = 28.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#98B487 (or 0x98B487) is known color: Norway. HEX triplet: 98, B4 and 87. RGB value is (152,180,135). Sum of RGB (Red+Green+Blue) = 152+180+135=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #98B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B487 is #674B78. Grayscale: #A6A6A6. Windows color (decimal): -6769529 or 8893592. OLE color: 8893592.

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

Color convert

RGB 152 180 135 -
CMYK 0.16 0 0.25 0.29
HSL 97.33º 0.23% 0.62% -
HSV(B) 97.33º 0.25% 0.71% -
XYZ 33.64 41.07 29.08 -
YUV 166.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 152 180 135 0.16 0 0.25 0.29 97.33 0.23 0.62
Hex 98 B4 87 10 0 19 1D 61 17 3E
Octal 230 264 207 20 0 31 35 141 27 76
Binary 10011000 10110100 10000111 10000 0 11001 11101 1100001 10111 111110

Color Harmonies of #98B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B487

Black with #98B487

Text Example


Text Example

White with #98B487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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