Html Css Color HEX #A6BA87 Norway

📋 copy color: '#A6BA87'

red 166 ◦ green 186 ◦ blue 135

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

Shades of Norway #A6BA87

Tints of Norway #A6BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 34.09%
G = 38.19%
B = 27.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#A6BA87 (or 0xA6BA87) is known color: Norway. HEX triplet: A6, BA and 87. RGB value is (166,186,135). Sum of RGB (Red+Green+Blue) = 166+186+135=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA87 is #594578. Grayscale: #AEAEAE. Windows color (decimal): -5850489 or 8895142. OLE color: 8895142.

HSL color Cylindrical-coordinate representation of color #A6BA87: hue angle of 83.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6BA87 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 135 -
CMYK 0.11 0 0.27 0.27
HSL 83.53º 0.27% 0.63% -
HSV(B) 83.53º 0.27% 0.73% -
XYZ 37.66 44.97 29.62 -
YUV 174.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 166 186 135 0.11 0 0.27 0.27 83.53 0.27 0.63
Hex A6 BA 87 B 0 1B 1B 54 1B 3F
Octal 246 272 207 13 0 33 33 124 33 77
Binary 10100110 10111010 10000111 1011 0 11011 11011 1010100 11011 111111

Color Harmonies of #A6BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA87

Black with #A6BA87

Text Example


Text Example

White with #A6BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA87; }

 p { color: rgb(166,186,135); }

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

background-color css

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

 a { background-color: rgb(166,186,135); }

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

border-color css

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

 span { border-color: rgb(166,186,135); }

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