Html Css Color HEX #98AC84 Norway

📋 copy color: '#98AC84'

red 152 ◦ green 172 ◦ blue 132

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

Shades of Norway #98AC84

Tints of Norway #98AC84

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 33.33%
G = 37.72%
B = 28.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#98AC84 (or 0x98AC84) is known color: Norway. HEX triplet: 98, AC and 84. RGB value is (152,172,132). Sum of RGB (Red+Green+Blue) = 152+172+132=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AC84 is #67537B. Grayscale: #A1A1A1. Windows color (decimal): -6771580 or 8694936. OLE color: 8694936.

HSL color Cylindrical-coordinate representation of color #98AC84: hue angle of 90º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98AC84 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 172 132 -
CMYK 0.12 0 0.23 0.33
HSL 90º 0.19% 0.6% -
HSV(B) 90º 0.23% 0.67% -
XYZ 31.87 37.85 27.46 -
YUV 161.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 152 172 132 0.12 0 0.23 0.33 90 0.19 0.6
Hex 98 AC 84 C 0 17 21 5A 13 3C
Octal 230 254 204 14 0 27 41 132 23 74
Binary 10011000 10101100 10000100 1100 0 10111 100001 1011010 10011 111100

Color Harmonies of #98AC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AC84

Black with #98AC84

Text Example


Text Example

White with #98AC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,172,132); }

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

background-color css

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

 a { background-color: rgb(152,172,132); }

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

border-color css

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

 span { border-color: rgb(152,172,132); }

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