Html Css Color HEX #ADBE91 Norway

📋 copy color: '#ADBE91'

red 173 ◦ green 190 ◦ blue 145

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

Shades of Norway #ADBE91

Tints of Norway #ADBE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 34.06%
G = 37.4%
B = 28.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#ADBE91 (or 0xADBE91) is known color: Norway. HEX triplet: AD, BE and 91. RGB value is (173,190,145). Sum of RGB (Red+Green+Blue) = 173+190+145=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE91 is #52416E. Grayscale: #B3B3B3. Windows color (decimal): -5390703 or 9551533. OLE color: 9551533.

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

Color convert

RGB 173 190 145 -
CMYK 0.09 0 0.24 0.25
HSL 82.67º 0.26% 0.66% -
HSV(B) 82.67º 0.24% 0.75% -
XYZ 40.76 47.76 33.86 -
YUV 179.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 173 190 145 0.09 0 0.24 0.25 82.67 0.26 0.66
Hex AD BE 91 9 0 18 19 53 1A 42
Octal 255 276 221 11 0 30 31 123 32 102
Binary 10101101 10111110 10010001 1001 0 11000 11001 1010011 11010 1000010

Color Harmonies of #ADBE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE91

Black with #ADBE91

Text Example


Text Example

White with #ADBE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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