Html Css Color HEX #98B588 Norway

📋 copy color: '#98B588'

red 152 ◦ green 181 ◦ blue 136

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

Shades of Norway #98B588

Tints of Norway #98B588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.59%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 32.41%
G = 38.59%
B = 29%

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

#98B588 (or 0x98B588) is known color: Norway. HEX triplet: 98, B5 and 88. RGB value is (152,181,136). Sum of RGB (Red+Green+Blue) = 152+181+136=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #98B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B588 is #674A77. Grayscale: #A7A7A7. Windows color (decimal): -6769272 or 8959384. OLE color: 8959384.

HSL color Cylindrical-coordinate representation of color #98B588: hue angle of 98.67º 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 #98B588 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 181 136 -
CMYK 0.16 0 0.25 0.29
HSL 98.67º 0.23% 0.62% -
HSV(B) 98.67º 0.25% 0.71% -
XYZ 33.92 41.5 29.52 -
YUV 167.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 152 181 136 0.16 0 0.25 0.29 98.67 0.23 0.62
Hex 98 B5 88 10 0 19 1D 63 17 3E
Octal 230 265 210 20 0 31 35 143 27 76
Binary 10011000 10110101 10001000 10000 0 11001 11101 1100011 10111 111110

Color Harmonies of #98B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B588

Black with #98B588

Text Example


Text Example

White with #98B588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,181,136); }

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

background-color css

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

 a { background-color: rgb(152,181,136); }

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

border-color css

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

 span { border-color: rgb(152,181,136); }

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