Html Css Color HEX #98AA85 Norway

📋 copy color: '#98AA85'

red 152 ◦ green 170 ◦ blue 133

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

Shades of Norway #98AA85

Tints of Norway #98AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

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

R = 33.41%
G = 37.36%
B = 29.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#98AA85 (or 0x98AA85) is known color: Norway. HEX triplet: 98, AA and 85. RGB value is (152,170,133). Sum of RGB (Red+Green+Blue) = 152+170+133=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA85 is #67557A. Grayscale: #A0A0A0. Windows color (decimal): -6772091 or 8759960. OLE color: 8759960.

HSL color Cylindrical-coordinate representation of color #98AA85: hue angle of 89.19º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98AA85 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 133 -
CMYK 0.11 0 0.22 0.33
HSL 89.19º 0.18% 0.59% -
HSV(B) 89.19º 0.22% 0.67% -
XYZ 31.56 37.12 27.69 -
YUV 160.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 152 170 133 0.11 0 0.22 0.33 89.19 0.18 0.59
Hex 98 AA 85 B 0 16 21 59 12 3B
Octal 230 252 205 13 0 26 41 131 22 73
Binary 10011000 10101010 10000101 1011 0 10110 100001 1011001 10010 111011

Color Harmonies of #98AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA85

Black with #98AA85

Text Example


Text Example

White with #98AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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