Html Css Color HEX #A6B488 Norway

📋 copy color: '#A6B488'

red 166 ◦ green 180 ◦ blue 136

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

Shades of Norway #A6B488

Tints of Norway #A6B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 34.44%
G = 37.34%
B = 28.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A6B488 (or 0xA6B488) is known color: Norway. HEX triplet: A6, B4 and 88. RGB value is (166,180,136). Sum of RGB (Red+Green+Blue) = 166+180+136=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B488 is #594B77. Grayscale: #AAAAAA. Windows color (decimal): -5852024 or 8959142. OLE color: 8959142.

HSL color Cylindrical-coordinate representation of color #A6B488: hue angle of 79.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6B488 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 136 -
CMYK 0.08 0 0.24 0.29
HSL 79.09º 0.23% 0.62% -
HSV(B) 79.09º 0.24% 0.71% -
XYZ 36.49 42.53 29.58 -
YUV 170.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 166 180 136 0.08 0 0.24 0.29 79.09 0.23 0.62
Hex A6 B4 88 8 0 18 1D 4F 17 3E
Octal 246 264 210 10 0 30 35 117 27 76
Binary 10100110 10110100 10001000 1000 0 11000 11101 1001111 10111 111110

Color Harmonies of #A6B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B488

Black with #A6B488

Text Example


Text Example

White with #A6B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B488; }

 p { color: rgb(166,180,136); }

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

background-color css

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

 a { background-color: rgb(166,180,136); }

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

border-color css

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

 span { border-color: rgb(166,180,136); }

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