Html Css Color HEX #98B58A Norway

📋 copy color: '#98B58A'

red 152 ◦ green 181 ◦ blue 138

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

Shades of Norway #98B58A

Tints of Norway #98B58A

RGB

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

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

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

R = 32.27%
G = 38.43%
B = 29.3%

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

#98B58A (or 0x98B58A) is known color: Norway. HEX triplet: 98, B5 and 8A. RGB value is (152,181,138). Sum of RGB (Red+Green+Blue) = 152+181+138=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #98B58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B58A is #674A75. Grayscale: #A7A7A7. Windows color (decimal): -6769270 or 9090456. OLE color: 9090456.

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

Color convert

RGB 152 181 138 -
CMYK 0.16 0 0.24 0.29
HSL 100.47º 0.23% 0.63% -
HSV(B) 100.47º 0.24% 0.71% -
XYZ 34.06 41.56 30.27 -
YUV 167.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 152 181 138 0.16 0 0.24 0.29 100.47 0.23 0.63
Hex 98 B5 8A 10 0 18 1D 64 17 3F
Octal 230 265 212 20 0 30 35 144 27 77
Binary 10011000 10110101 10001010 10000 0 11000 11101 1100100 10111 111111

Color Harmonies of #98B58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B58A

Black with #98B58A

Text Example


Text Example

White with #98B58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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