#9DBA83

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

Shades of Norway #9DBA83

Tints of Norway #9DBA83

Color information

#9DBA83 (or 0x9DBA83) is unknown color: approx Norway. HEX triplet: 9D, BA and 83. RGB value is (157,186,131). Sum of RGB (Red+Green+Blue) = 157+186+131=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA83 is #62457C. Grayscale: #ABABAB. Windows color (decimal): -6440317 or 8632989. OLE color: 8632989.

HSL color Cylindrical-coordinate representation of color #9DBA83: hue angle of 91.64º 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 #9DBA83 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB157186131-
CMYK0.1600.300.27
HSL91.64º28.5%62.16%-
HSV(B)91.64º29.57%72.94%-
XYZ35.5643.9228.08-
YUV171.06105.39117.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=33.12%
G=39.24%
B=27.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861310.1600.300.2791.6428.562.16
Hex9DBA831001E1B5c1c3e
Octal23527220320036331343476
Binary1001110110111010100000111000001111011011101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,131); }

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

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

 a { background-color: rgb(157,186,131); }

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

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

 span { border-color: rgb(157,186,131); }

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