#ADBF99

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

Shades of Norway #ADBF99

Tints of Norway #ADBF99

Color information

#ADBF99 (or 0xADBF99) is unknown color: approx Norway. HEX triplet: AD, BF and 99. RGB value is (173,191,153). Sum of RGB (Red+Green+Blue) = 173+191+153=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF99 is #524066. Grayscale: #B5B5B5. Windows color (decimal): -5390439 or 10076077. OLE color: 10076077.

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

Color convert

RGB173191153-
CMYK0.0900.200.25
HSL88.42º22.89%67.45%-
HSV(B)88.42º19.9%74.9%-
XYZ41.6148.4537.29-
YUV181.29112.04122.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=33.46%
G=36.94%
B=29.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911530.0900.200.2588.4222.8967.45
HexADBF99901419581743
Octal255277231110243113027103
Binary1010110110111111100110011001010100110011011000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF99; }

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

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

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

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

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

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

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

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