#94B784

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

Shades of Norway #94B784

Tints of Norway #94B784

Color information

#94B784 (or 0x94B784) is unknown color: approx Norway. HEX triplet: 94, B7 and 84. RGB value is (148,183,132). Sum of RGB (Red+Green+Blue) = 148+183+132=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #94B784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B784 is #6B487B. Grayscale: #A6A6A6. Windows color (decimal): -7030908 or 8697748. OLE color: 8697748.

HSL color Cylindrical-coordinate representation of color #94B784: hue angle of 101.18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B784 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB148183132-
CMYK0.1900.280.28
HSL101.18º26.15%61.76%-
HSV(B)101.18º27.87%71.76%-
XYZ33.3141.8328.15-
YUV166.72108.4114.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=31.97%
G=39.52%
B=28.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481831320.1900.280.28101.1826.1561.76
Hex94B7841301C1C651a3e
Octal22426720423034341453276
Binary1001010010110111100001001001101110011100110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,183,132); }

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

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

 a { background-color: rgb(148,183,132); }

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

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

 span { border-color: rgb(148,183,132); }

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