Html Css Color HEX #A6BD8D Norway

📋 copy color: '#A6BD8D'

red 166 ◦ green 189 ◦ blue 141

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

Shades of Norway #A6BD8D

Tints of Norway #A6BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 33.47%
G = 38.1%
B = 28.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A6BD8D (or 0xA6BD8D) is known color: Norway. HEX triplet: A6, BD and 8D. RGB value is (166,189,141). Sum of RGB (Red+Green+Blue) = 166+189+141=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD8D is #594272. Grayscale: #B0B0B0. Windows color (decimal): -5849715 or 9289126. OLE color: 9289126.

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

Color convert

RGB 166 189 141 -
CMYK 0.12 0 0.25 0.26
HSL 88.75º 0.27% 0.65% -
HSV(B) 88.75º 0.25% 0.74% -
XYZ 38.73 46.43 32.12 -
YUV 176.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 166 189 141 0.12 0 0.25 0.26 88.75 0.27 0.65
Hex A6 BD 8D C 0 19 1A 59 1B 41
Octal 246 275 215 14 0 31 32 131 33 101
Binary 10100110 10111101 10001101 1100 0 11001 11010 1011001 11011 1000001

Color Harmonies of #A6BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD8D

Black with #A6BD8D

Text Example


Text Example

White with #A6BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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