Html Css Color HEX #ADBC9F Norway

📋 copy color: '#ADBC9F'

red 173 ◦ green 188 ◦ blue 159

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

Shades of Norway #ADBC9F

Tints of Norway #ADBC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 159 (62.5% from 255) = 30.58%

R = 33.27%
G = 36.15%
B = 30.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#ADBC9F (or 0xADBC9F) is known color: Norway. HEX triplet: AD, BC and 9F. RGB value is (173,188,159). Sum of RGB (Red+Green+Blue) = 173+188+159=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBC9F is #524360. Grayscale: #B4B4B4. Windows color (decimal): -5391201 or 10468525. OLE color: 10468525.

HSL color Cylindrical-coordinate representation of color #ADBC9F: hue angle of 91.03º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBC9F is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 159 -
CMYK 0.08 0 0.15 0.26
HSL 91.03º 0.18% 0.68% -
HSV(B) 91.03º 0.15% 0.74% -
XYZ 41.47 47.35 39.76 -
YUV 180.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 173 188 159 0.08 0 0.15 0.26 91.03 0.18 0.68
Hex AD BC 9F 8 0 F 1A 5B 12 44
Octal 255 274 237 10 0 17 32 133 22 104
Binary 10101101 10111100 10011111 1000 0 1111 11010 1011011 10010 1000100

Color Harmonies of #ADBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC9F

Black with #ADBC9F

Text Example


Text Example

White with #ADBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC9F; }

 p { color: rgb(173,188,159); }

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

background-color css

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

 a { background-color: rgb(173,188,159); }

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

border-color css

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

 span { border-color: rgb(173,188,159); }

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