Html Css Color HEX #A6BA99 Norway

📋 copy color: '#A6BA99'

red 166 ◦ green 186 ◦ blue 153

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

Shades of Norway #A6BA99

Tints of Norway #A6BA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 32.87%
G = 36.83%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A6BA99 (or 0xA6BA99) is known color: Norway. HEX triplet: A6, BA and 99. RGB value is (166,186,153). Sum of RGB (Red+Green+Blue) = 166+186+153=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA99 is #594566. Grayscale: #B0B0B0. Windows color (decimal): -5850471 or 10074790. OLE color: 10074790.

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

Color convert

RGB 166 186 153 -
CMYK 0.11 0 0.18 0.27
HSL 96.36º 0.19% 0.66% -
HSV(B) 96.36º 0.18% 0.73% -
XYZ 39.03 45.52 36.87 -
YUV 176.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 166 186 153 0.11 0 0.18 0.27 96.36 0.19 0.66
Hex A6 BA 99 B 0 12 1B 60 13 42
Octal 246 272 231 13 0 22 33 140 23 102
Binary 10100110 10111010 10011001 1011 0 10010 11011 1100000 10011 1000010

Color Harmonies of #A6BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA99

Black with #A6BA99

Text Example


Text Example

White with #A6BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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