Html Css Color HEX #98B085 Norway

📋 copy color: '#98B085'

red 152 ◦ green 176 ◦ blue 133

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

Shades of Norway #98B085

Tints of Norway #98B085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

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

R = 32.97%
G = 38.18%
B = 28.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#98B085 (or 0x98B085) is known color: Norway. HEX triplet: 98, B0 and 85. RGB value is (152,176,133). Sum of RGB (Red+Green+Blue) = 152+176+133=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #98B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B085 is #674F7A. Grayscale: #A4A4A4. Windows color (decimal): -6770555 or 8761496. OLE color: 8761496.

HSL color Cylindrical-coordinate representation of color #98B085: hue angle of 93.49º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98B085 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 176 133 -
CMYK 0.14 0 0.24 0.31
HSL 93.49º 0.21% 0.61% -
HSV(B) 93.49º 0.24% 0.69% -
XYZ 32.71 39.42 28.08 -
YUV 163.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 152 176 133 0.14 0 0.24 0.31 93.49 0.21 0.61
Hex 98 B0 85 E 0 18 1F 5D 15 3D
Octal 230 260 205 16 0 30 37 135 25 75
Binary 10011000 10110000 10000101 1110 0 11000 11111 1011101 10101 111101

Color Harmonies of #98B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B085

Black with #98B085

Text Example


Text Example

White with #98B085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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