#9ABE83

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

Shades of Norway #9ABE83

Tints of Norway #9ABE83

Color information

#9ABE83 (or 0x9ABE83) is unknown color: approx Norway. HEX triplet: 9A, BE and 83. RGB value is (154,190,131). Sum of RGB (Red+Green+Blue) = 154+190+131=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE83 is #65417C. Grayscale: #ACACAC. Windows color (decimal): -6635901 or 8634010. OLE color: 8634010.

HSL color Cylindrical-coordinate representation of color #9ABE83: hue angle of 96.61º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABE83 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB154190131-
CMYK0.1900.310.25
HSL96.61º31.22%62.94%-
HSV(B)96.61º31.05%74.51%-
XYZ35.8445.3428.33-
YUV172.51104.57114.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=32.42%
G=40%
B=27.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901310.1900.310.2596.6131.2262.94
Hex9ABE831301F19611f3f
Octal23227620323037311413777
Binary1001101010111110100000111001101111111001110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,131); }

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

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

 a { background-color: rgb(154,190,131); }

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

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

 span { border-color: rgb(154,190,131); }

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