#ABC392

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

Shades of Norway #ABC392

Tints of Norway #ABC392

Color information

#ABC392 (or 0xABC392) is unknown color: approx Norway. HEX triplet: AB, C3 and 92. RGB value is (171,195,146). Sum of RGB (Red+Green+Blue) = 171+195+146=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC392 is #543C6D. Grayscale: #B6B6B6. Windows color (decimal): -5520494 or 9618347. OLE color: 9618347.

HSL color Cylindrical-coordinate representation of color #ABC392: hue angle of 89.39º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC392 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB171195146-
CMYK0.1200.250.24
HSL89.39º28.99%66.86%-
HSV(B)89.39º25.13%76.47%-
XYZ41.549.7634.61-
YUV182.24107.55119.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=33.40%
G=38.09%
B=28.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951460.1200.250.2489.3928.9966.86
HexABC392C01918591d43
Octal253303222140313013135103
Binary1010101111000011100100101100011001110001011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC392; }

 p { color: rgb(171,195,146); }

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

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

 a { background-color: rgb(171,195,146); }

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

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

 span { border-color: rgb(171,195,146); }

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