Html Css Color HEX #ADBE9F Norway

📋 copy color: '#ADBE9F'

red 173 ◦ green 190 ◦ blue 159

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

Shades of Norway #ADBE9F

Tints of Norway #ADBE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.4%

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

R = 33.14%
G = 36.4%
B = 30.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#ADBE9F (or 0xADBE9F) is known color: Norway. HEX triplet: AD, BE and 9F. RGB value is (173,190,159). Sum of RGB (Red+Green+Blue) = 173+190+159=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9F is #524160. Grayscale: #B5B5B5. Windows color (decimal): -5390689 or 10469037. OLE color: 10469037.

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

Color convert

RGB 173 190 159 -
CMYK 0.09 0 0.16 0.25
HSL 92.9º 0.19% 0.68% -
HSV(B) 92.9º 0.16% 0.75% -
XYZ 41.91 48.21 39.9 -
YUV 181.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 173 190 159 0.09 0 0.16 0.25 92.9 0.19 0.68
Hex AD BE 9F 9 0 10 19 5D 13 44
Octal 255 276 237 11 0 20 31 135 23 104
Binary 10101101 10111110 10011111 1001 0 10000 11001 1011101 10011 1000100

Color Harmonies of #ADBE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE9F

Black with #ADBE9F

Text Example


Text Example

White with #ADBE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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