Html Css Color HEX #A6BC90 Norway

📋 copy color: '#A6BC90'

red 166 ◦ green 188 ◦ blue 144

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

Shades of Norway #A6BC90

Tints of Norway #A6BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

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

R = 33.33%
G = 37.75%
B = 28.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A6BC90 (or 0xA6BC90) is known color: Norway. HEX triplet: A6, BC and 90. RGB value is (166,188,144). Sum of RGB (Red+Green+Blue) = 166+188+144=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC90 is #59436F. Grayscale: #B0B0B0. Windows color (decimal): -5849968 or 9485478. OLE color: 9485478.

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

Color convert

RGB 166 188 144 -
CMYK 0.12 0 0.23 0.26
HSL 90º 0.25% 0.65% -
HSV(B) 90º 0.23% 0.74% -
XYZ 38.74 46.09 33.24 -
YUV 176.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 166 188 144 0.12 0 0.23 0.26 90 0.25 0.65
Hex A6 BC 90 C 0 17 1A 5A 19 41
Octal 246 274 220 14 0 27 32 132 31 101
Binary 10100110 10111100 10010000 1100 0 10111 11010 1011010 11001 1000001

Color Harmonies of #A6BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC90

Black with #A6BC90

Text Example


Text Example

White with #A6BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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