#94B483

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

Shades of Norway #94B483

Tints of Norway #94B483

Color information

#94B483 (or 0x94B483) is unknown color: approx Norway. HEX triplet: 94, B4 and 83. RGB value is (148,180,131). Sum of RGB (Red+Green+Blue) = 148+180+131=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #94B483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B483 is #6B4B7C. Grayscale: #A5A5A5. Windows color (decimal): -7031677 or 8631444. OLE color: 8631444.

HSL color Cylindrical-coordinate representation of color #94B483: hue angle of 99.18º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B483 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB148180131-
CMYK0.1800.270.29
HSL99.18º24.62%60.98%-
HSV(B)99.18º27.22%70.59%-
XYZ32.6340.5827.59-
YUV164.85108.9115.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=32.24%
G=39.22%
B=28.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801310.1800.270.2999.1824.6260.98
Hex94B4831201B1D63193d
Octal22426420322033351433175
Binary1001010010110100100000111001001101111101110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B483; }

 p { color: rgb(148,180,131); }

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

<style>
 a { background-color: #94B483; }

 a { background-color: rgb(148,180,131); }

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

<style>
 span { border-color: #94B483; }

 span { border-color: rgb(148,180,131); }

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