Html Css Color HEX #A2B688 Norway

📋 copy color: '#A2B688'

red 162 ◦ green 182 ◦ blue 136

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

Shades of Norway #A2B688

Tints of Norway #A2B688

RGB

 RED value IS 162 (63.67% from 255) = 33.75%

 GREEN value IS 182 (71.48% from 255) = 37.92%

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

R = 33.75%
G = 37.92%
B = 28.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#A2B688 (or 0xA2B688) is known color: Norway. HEX triplet: A2, B6 and 88. RGB value is (162,182,136). Sum of RGB (Red+Green+Blue) = 162+182+136=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B688 is #5D4977. Grayscale: #AAAAAA. Windows color (decimal): -6113656 or 8959650. OLE color: 8959650.

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

Color convert

RGB 162 182 136 -
CMYK 0.11 0 0.25 0.29
HSL 86.09º 0.24% 0.62% -
HSV(B) 86.09º 0.25% 0.71% -
XYZ 36.07 42.91 29.67 -
YUV 170.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 162 182 136 0.11 0 0.25 0.29 86.09 0.24 0.62
Hex A2 B6 88 B 0 19 1D 56 18 3E
Octal 242 266 210 13 0 31 35 126 30 76
Binary 10100010 10110110 10001000 1011 0 11001 11101 1010110 11000 111110

Color Harmonies of #A2B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B688

Black with #A2B688

Text Example


Text Example

White with #A2B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B688; }

 p { color: rgb(162,182,136); }

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

background-color css

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

 a { background-color: rgb(162,182,136); }

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

border-color css

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

 span { border-color: rgb(162,182,136); }

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