Html Css Color HEX #9DB984 Norway

📋 copy color: '#9DB984'

red 157 ◦ green 185 ◦ blue 132

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

Shades of Norway #9DB984

Tints of Norway #9DB984

RGB

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

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

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

R = 33.12%
G = 39.03%
B = 27.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#9DB984 (or 0x9DB984) is known color: Norway. HEX triplet: 9D, B9 and 84. RGB value is (157,185,132). Sum of RGB (Red+Green+Blue) = 157+185+132=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB984 is #62467B. Grayscale: #AAAAAA. Windows color (decimal): -6440572 or 8698269. OLE color: 8698269.

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

Color convert

RGB 157 185 132 -
CMYK 0.15 0 0.29 0.27
HSL 91.7º 0.27% 0.62% -
HSV(B) 91.7º 0.29% 0.73% -
XYZ 35.42 43.53 28.37 -
YUV 170.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 157 185 132 0.15 0 0.29 0.27 91.7 0.27 0.62
Hex 9D B9 84 F 0 1D 1B 5C 1B 3E
Octal 235 271 204 17 0 35 33 134 33 76
Binary 10011101 10111001 10000100 1111 0 11101 11011 1011100 11011 111110

Color Harmonies of #9DB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB984

Black with #9DB984

Text Example


Text Example

White with #9DB984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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