Html Css Color HEX #98AC85 Norway

📋 copy color: '#98AC85'

red 152 ◦ green 172 ◦ blue 133

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

Shades of Norway #98AC85

Tints of Norway #98AC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 33.26%
G = 37.64%
B = 29.1%

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

#98AC85 (or 0x98AC85) is known color: Norway. HEX triplet: 98, AC and 85. RGB value is (152,172,133). Sum of RGB (Red+Green+Blue) = 152+172+133=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AC85 is #67537A. Grayscale: #A1A1A1. Windows color (decimal): -6771579 or 8760472. OLE color: 8760472.

HSL color Cylindrical-coordinate representation of color #98AC85: hue angle of 90.77º 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 #98AC85 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 172 133 -
CMYK 0.12 0 0.23 0.33
HSL 90.77º 0.19% 0.6% -
HSV(B) 90.77º 0.23% 0.67% -
XYZ 31.94 37.87 27.82 -
YUV 161.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 152 172 133 0.12 0 0.23 0.33 90.77 0.19 0.6
Hex 98 AC 85 C 0 17 21 5B 13 3C
Octal 230 254 205 14 0 27 41 133 23 74
Binary 10011000 10101100 10000101 1100 0 10111 100001 1011011 10011 111100

Color Harmonies of #98AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AC85

Black with #98AC85

Text Example


Text Example

White with #98AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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