Html Css Color HEX #A6BD91 Norway

📋 copy color: '#A6BD91'

red 166 ◦ green 189 ◦ blue 145

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

Shades of Norway #A6BD91

Tints of Norway #A6BD91

RGB

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

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

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

R = 33.2%
G = 37.8%
B = 29%

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

#A6BD91 (or 0xA6BD91) is known color: Norway. HEX triplet: A6, BD and 91. RGB value is (166,189,145). Sum of RGB (Red+Green+Blue) = 166+189+145=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD91 is #59426E. Grayscale: #B1B1B1. Windows color (decimal): -5849711 or 9551270. OLE color: 9551270.

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

Color convert

RGB 166 189 145 -
CMYK 0.12 0 0.23 0.26
HSL 91.36º 0.25% 0.65% -
HSV(B) 91.36º 0.23% 0.74% -
XYZ 39.03 46.55 33.72 -
YUV 177.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 166 189 145 0.12 0 0.23 0.26 91.36 0.25 0.65
Hex A6 BD 91 C 0 17 1A 5B 19 41
Octal 246 275 221 14 0 27 32 133 31 101
Binary 10100110 10111101 10010001 1100 0 10111 11010 1011011 11001 1000001

Color Harmonies of #A6BD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD91

Black with #A6BD91

Text Example


Text Example

White with #A6BD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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