#ADBF93

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

Shades of Norway #ADBF93

Tints of Norway #ADBF93

Color information

#ADBF93 (or 0xADBF93) is unknown color: approx Norway. HEX triplet: AD, BF and 93. RGB value is (173,191,147). Sum of RGB (Red+Green+Blue) = 173+191+147=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF93 is #52406C. Grayscale: #B4B4B4. Windows color (decimal): -5390445 or 9682861. OLE color: 9682861.

HSL color Cylindrical-coordinate representation of color #ADBF93: hue angle of 84.55º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBF93 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB173191147-
CMYK0.0900.230.25
HSL84.55º25.58%66.27%-
HSV(B)84.55º23.04%74.9%-
XYZ41.1348.2534.75-
YUV180.6109.04122.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=33.86%
G=37.38%
B=28.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911470.0900.230.2584.5525.5866.27
HexADBF93901719551a42
Octal255277223110273112532102
Binary1010110110111111100100111001010111110011010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF93; }

 p { color: rgb(173,191,147); }

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

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

 a { background-color: rgb(173,191,147); }

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

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

 span { border-color: rgb(173,191,147); }

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