#ADBF95

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

Shades of Norway #ADBF95

Tints of Norway #ADBF95

Color information

#ADBF95 (or 0xADBF95) is unknown color: approx Norway. HEX triplet: AD, BF and 95. RGB value is (173,191,149). Sum of RGB (Red+Green+Blue) = 173+191+149=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF95 is #52406A. Grayscale: #B4B4B4. Windows color (decimal): -5390443 or 9813933. OLE color: 9813933.

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

Color convert

RGB173191149-
CMYK0.0900.220.25
HSL85.71º24.71%66.67%-
HSV(B)85.71º21.99%74.9%-
XYZ41.2948.3235.58-
YUV180.83110.04122.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=33.72%
G=37.23%
B=29.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911490.0900.220.2585.7124.7166.67
HexADBF95901619561943
Octal255277225110263112631103
Binary1010110110111111100101011001010110110011010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF95; }

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

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

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

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

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

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

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

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