#95BA83

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

Shades of Norway #95BA83

Tints of Norway #95BA83

Color information

#95BA83 (or 0x95BA83) is unknown color: approx Norway. HEX triplet: 95, BA and 83. RGB value is (149,186,131). Sum of RGB (Red+Green+Blue) = 149+186+131=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA83 is #6A457C. Grayscale: #A8A8A8. Windows color (decimal): -6964605 or 8632981. OLE color: 8632981.

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

Color convert

RGB149186131-
CMYK0.2000.300.27
HSL100.36º28.5%62.16%-
HSV(B)100.36º29.57%72.94%-
XYZ34.0543.1528.01-
YUV168.67106.74113.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=31.97%
G=39.91%
B=28.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491861310.2000.300.27100.3628.562.16
Hex95BA831401E1B641c3e
Octal22527220324036331443476
Binary1001010110111010100000111010001111011011110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95BA83; }

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

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

<style>
 a { background-color: #95BA83; }

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

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

<style>
 span { border-color: #95BA83; }

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

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