Html Css Color HEX #A6BB90 Norway

📋 copy color: '#A6BB90'

red 166 ◦ green 187 ◦ blue 144

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

Shades of Norway #A6BB90

Tints of Norway #A6BB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 33.4%
G = 37.63%
B = 28.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A6BB90 (or 0xA6BB90) is known color: Norway. HEX triplet: A6, BB and 90. RGB value is (166,187,144). Sum of RGB (Red+Green+Blue) = 166+187+144=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BB90 is #59446F. Grayscale: #AFAFAF. Windows color (decimal): -5850224 or 9485222. OLE color: 9485222.

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

Color convert

RGB 166 187 144 -
CMYK 0.11 0 0.23 0.27
HSL 89.3º 0.24% 0.65% -
HSV(B) 89.3º 0.23% 0.73% -
XYZ 38.53 45.66 33.17 -
YUV 175.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 166 187 144 0.11 0 0.23 0.27 89.3 0.24 0.65
Hex A6 BB 90 B 0 17 1B 59 18 41
Octal 246 273 220 13 0 27 33 131 30 101
Binary 10100110 10111011 10010000 1011 0 10111 11011 1011001 11000 1000001

Color Harmonies of #A6BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB90

Black with #A6BB90

Text Example


Text Example

White with #A6BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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