Html Css Color HEX #ADBF9A Norway

📋 copy color: '#ADBF9A'

red 173 ◦ green 191 ◦ blue 154

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

Shades of Norway #ADBF9A

Tints of Norway #ADBF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 154 (60.55% from 255) = 29.73%

R = 33.4%
G = 36.87%
B = 29.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#ADBF9A (or 0xADBF9A) is known color: Norway. HEX triplet: AD, BF and 9A. RGB value is (173,191,154). Sum of RGB (Red+Green+Blue) = 173+191+154=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF9A is #524065. Grayscale: #B5B5B5. Windows color (decimal): -5390438 or 10141613. OLE color: 10141613.

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

Color convert

RGB 173 191 154 -
CMYK 0.09 0 0.19 0.25
HSL 89.19º 0.22% 0.68% -
HSV(B) 89.19º 0.19% 0.75% -
XYZ 41.7 48.48 37.73 -
YUV 181.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 173 191 154 0.09 0 0.19 0.25 89.19 0.22 0.68
Hex AD BF 9A 9 0 13 19 59 16 44
Octal 255 277 232 11 0 23 31 131 26 104
Binary 10101101 10111111 10011010 1001 0 10011 11001 1011001 10110 1000100

Color Harmonies of #ADBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF9A

Black with #ADBF9A

Text Example


Text Example

White with #ADBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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