#9DBE84

Color #9DBE84 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9DBE84

Tints of Norway #9DBE84

Color information

#9DBE84 (or 0x9DBE84) is unknown color: approx Norway. HEX triplet: 9D, BE and 84. RGB value is (157,190,132). Sum of RGB (Red+Green+Blue) = 157+190+132=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE84 is #62417B. Grayscale: #ADADAD. Windows color (decimal): -6439292 or 8699549. OLE color: 8699549.

HSL color Cylindrical-coordinate representation of color #9DBE84: hue angle of 94.14º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBE84 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB157190132-
CMYK0.1700.310.25
HSL94.14º30.85%63.14%-
HSV(B)94.14º30.53%74.51%-
XYZ36.4845.6628.72-
YUV173.52104.57116.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=32.78%
G=39.67%
B=27.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571901320.1700.310.2594.1430.8563.14
Hex9DBE841101F195e1f3f
Octal23527620421037311363777
Binary1001110110111110100001001000101111111001101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBE84;
 }
 .AnyTagClassName
 {
   color: #9DBE84;
 }
</style>
background-color css

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

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

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

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

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

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