Html Css Color HEX #A6BB96 Norway

📋 copy color: '#A6BB96'

red 166 ◦ green 187 ◦ blue 150

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

Shades of Norway #A6BB96

Tints of Norway #A6BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 33%
G = 37.18%
B = 29.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A6BB96 (or 0xA6BB96) is known color: Norway. HEX triplet: A6, BB and 96. RGB value is (166,187,150). Sum of RGB (Red+Green+Blue) = 166+187+150=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB96 is #594469. Grayscale: #B0B0B0. Windows color (decimal): -5850218 or 9878438. OLE color: 9878438.

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

Color convert

RGB 166 187 150 -
CMYK 0.11 0 0.20 0.27
HSL 94.05º 0.21% 0.66% -
HSV(B) 94.05º 0.2% 0.73% -
XYZ 39 45.85 35.65 -
YUV 176.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 166 187 150 0.11 0 0.20 0.27 94.05 0.21 0.66
Hex A6 BB 96 B 0 14 1B 5E 15 42
Octal 246 273 226 13 0 24 33 136 25 102
Binary 10100110 10111011 10010110 1011 0 10100 11011 1011110 10101 1000010

Color Harmonies of #A6BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB96

Black with #A6BB96

Text Example


Text Example

White with #A6BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB96; }

 p { color: rgb(166,187,150); }

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

background-color css

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

 a { background-color: rgb(166,187,150); }

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

border-color css

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

 span { border-color: rgb(166,187,150); }

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