Html Css Color HEX #A6BD92 Norway

📋 copy color: '#A6BD92'

red 166 ◦ green 189 ◦ blue 146

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

Shades of Norway #A6BD92

Tints of Norway #A6BD92

RGB

 RED value IS 166 (65.23% from 255) = 33.13%

 GREEN value IS 189 (74.22% from 255) = 37.72%

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

R = 33.13%
G = 37.72%
B = 29.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A6BD92 (or 0xA6BD92) is known color: Norway. HEX triplet: A6, BD and 92. RGB value is (166,189,146). Sum of RGB (Red+Green+Blue) = 166+189+146=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD92 is #59426D. Grayscale: #B1B1B1. Windows color (decimal): -5849710 or 9616806. OLE color: 9616806.

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

Color convert

RGB 166 189 146 -
CMYK 0.12 0 0.23 0.26
HSL 92.09º 0.25% 0.66% -
HSV(B) 92.09º 0.23% 0.74% -
XYZ 39.11 46.58 34.12 -
YUV 177.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 166 189 146 0.12 0 0.23 0.26 92.09 0.25 0.66
Hex A6 BD 92 C 0 17 1A 5C 19 42
Octal 246 275 222 14 0 27 32 134 31 102
Binary 10100110 10111101 10010010 1100 0 10111 11010 1011100 11001 1000010

Color Harmonies of #A6BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD92

Black with #A6BD92

Text Example


Text Example

White with #A6BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD92; }

 p { color: rgb(166,189,146); }

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

background-color css

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

 a { background-color: rgb(166,189,146); }

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

border-color css

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

 span { border-color: rgb(166,189,146); }

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