Html Css Color HEX #ADBB99 Norway

📋 copy color: '#ADBB99'

red 173 ◦ green 187 ◦ blue 153

#ADBB99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #ADBB99

Tints of Norway #ADBB99

RGB

 RED value IS 173 (67.97% from 255) = 33.72%

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 33.72%
G = 36.45%
B = 29.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ADBB99 (or 0xADBB99) is known color: Norway. HEX triplet: AD, BB and 99. RGB value is (173,187,153). Sum of RGB (Red+Green+Blue) = 173+187+153=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB99 is #524466. Grayscale: #B3B3B3. Windows color (decimal): -5391463 or 10075053. OLE color: 10075053.

HSL color Cylindrical-coordinate representation of color #ADBB99: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBB99 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 153 -
CMYK 0.07 0 0.18 0.27
HSL 84.71º 0.2% 0.67% -
HSV(B) 84.71º 0.18% 0.73% -
XYZ 40.75 46.72 37.01 -
YUV 178.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 173 187 153 0.07 0 0.18 0.27 84.71 0.2 0.67
Hex AD BB 99 7 0 12 1B 55 14 43
Octal 255 273 231 7 0 22 33 125 24 103
Binary 10101101 10111011 10011001 111 0 10010 11011 1010101 10100 1000011

Color Harmonies of #ADBB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB99

Black with #ADBB99

Text Example


Text Example

White with #ADBB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB99; }

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

 H1.HeaderClassName
 {
   color: #ADBB99;
 }
 .AnyTagClassName
 {
   color: #ADBB99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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