Html Css Color HEX #9DB982 Norway

📋 copy color: '#9DB982'

red 157 ◦ green 185 ◦ blue 130

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

Shades of Norway #9DB982

Tints of Norway #9DB982

RGB

 RED value IS 157 (61.72% from 255) = 33.26%

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 33.26%
G = 39.19%
B = 27.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#9DB982 (or 0x9DB982) is known color: Norway. HEX triplet: 9D, B9 and 82. RGB value is (157,185,130). Sum of RGB (Red+Green+Blue) = 157+185+130=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB982 is #62467D. Grayscale: #AAAAAA. Windows color (decimal): -6440574 or 8567197. OLE color: 8567197.

HSL color Cylindrical-coordinate representation of color #9DB982: hue angle of 90.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB982 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 130 -
CMYK 0.15 0 0.30 0.27
HSL 90.55º 0.28% 0.62% -
HSV(B) 90.55º 0.3% 0.73% -
XYZ 35.28 43.48 27.65 -
YUV 170.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 157 185 130 0.15 0 0.30 0.27 90.55 0.28 0.62
Hex 9D B9 82 F 0 1E 1B 5B 1C 3E
Octal 235 271 202 17 0 36 33 133 34 76
Binary 10011101 10111001 10000010 1111 0 11110 11011 1011011 11100 111110

Color Harmonies of #9DB982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB982

Black with #9DB982

Text Example


Text Example

White with #9DB982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB982; }

 p { color: rgb(157,185,130); }

 H1.HeaderClassName
 {
   color: #9DB982;
 }
 .AnyTagClassName
 {
   color: #9DB982;
 }
</style>

background-color css

<style>
 a { background-color: #9DB982; }

 a { background-color: rgb(157,185,130); }

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

border-color css

<style>
 span { border-color: #9DB982; }

 span { border-color: rgb(157,185,130); }

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