#ADBF97

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

Shades of Norway #ADBF97

Tints of Norway #ADBF97

Color information

#ADBF97 (or 0xADBF97) is unknown color: approx Norway. HEX triplet: AD, BF and 97. RGB value is (173,191,151). Sum of RGB (Red+Green+Blue) = 173+191+151=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF97 is #524068. Grayscale: #B5B5B5. Windows color (decimal): -5390441 or 9945005. OLE color: 9945005.

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

Color convert

RGB173191151-
CMYK0.0900.210.25
HSL87º23.81%67.06%-
HSV(B)87º20.94%74.9%-
XYZ41.4548.3836.43-
YUV181.06111.04122.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=33.59%
G=37.09%
B=29.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911510.0900.210.258723.8167.06
HexADBF97901519571843
Octal255277227110253112730103
Binary1010110110111111100101111001010101110011010111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF97; }

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

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

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

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

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

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

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

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