#94BA84

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

Shades of Norway #94BA84

Tints of Norway #94BA84

Color information

#94BA84 (or 0x94BA84) is unknown color: approx Norway. HEX triplet: 94, BA and 84. RGB value is (148,186,132). Sum of RGB (Red+Green+Blue) = 148+186+132=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BA84 is #6B457B. Grayscale: #A8A8A8. Windows color (decimal): -7030140 or 8698516. OLE color: 8698516.

HSL color Cylindrical-coordinate representation of color #94BA84: hue angle of 102.22º degrees, saturation: 0.28, 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 #94BA84 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB148186132-
CMYK0.2000.290.27
HSL102.22º28.13%62.35%-
HSV(B)102.22º29.03%72.94%-
XYZ33.9443.0828.36-
YUV168.48107.41113.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=31.76%
G=39.91%
B=28.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861320.2000.290.27102.2228.1362.35
Hex94BA841401D1B661c3e
Octal22427220424035331463476
Binary1001010010111010100001001010001110111011110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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