Html Css Color HEX #ADBE92 Norway

📋 copy color: '#ADBE92'

red 173 ◦ green 190 ◦ blue 146

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

Shades of Norway #ADBE92

Tints of Norway #ADBE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 33.99%
G = 37.33%
B = 28.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#ADBE92 (or 0xADBE92) is known color: Norway. HEX triplet: AD, BE and 92. RGB value is (173,190,146). Sum of RGB (Red+Green+Blue) = 173+190+146=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE92 is #52416D. Grayscale: #B4B4B4. Windows color (decimal): -5390702 or 9617069. OLE color: 9617069.

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

Color convert

RGB 173 190 146 -
CMYK 0.09 0 0.23 0.25
HSL 83.18º 0.25% 0.66% -
HSV(B) 83.18º 0.23% 0.75% -
XYZ 40.84 47.79 34.27 -
YUV 179.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 173 190 146 0.09 0 0.23 0.25 83.18 0.25 0.66
Hex AD BE 92 9 0 17 19 53 19 42
Octal 255 276 222 11 0 27 31 123 31 102
Binary 10101101 10111110 10010010 1001 0 10111 11001 1010011 11001 1000010

Color Harmonies of #ADBE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE92

Black with #ADBE92

Text Example


Text Example

White with #ADBE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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