Html Css Color HEX #A2B694 Norway

📋 copy color: '#A2B694'

red 162 ◦ green 182 ◦ blue 148

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

Shades of Norway #A2B694

Tints of Norway #A2B694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 32.93%
G = 36.99%
B = 30.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A2B694 (or 0xA2B694) is known color: Norway. HEX triplet: A2, B6 and 94. RGB value is (162,182,148). Sum of RGB (Red+Green+Blue) = 162+182+148=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B694 is #5D496B. Grayscale: #ACACAC. Windows color (decimal): -6113644 or 9746082. OLE color: 9746082.

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

Color convert

RGB 162 182 148 -
CMYK 0.11 0 0.19 0.29
HSL 95.29º 0.19% 0.65% -
HSV(B) 95.29º 0.19% 0.71% -
XYZ 36.97 43.28 34.42 -
YUV 172.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 162 182 148 0.11 0 0.19 0.29 95.29 0.19 0.65
Hex A2 B6 94 B 0 13 1D 5F 13 41
Octal 242 266 224 13 0 23 35 137 23 101
Binary 10100010 10110110 10010100 1011 0 10011 11101 1011111 10011 1000001

Color Harmonies of #A2B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B694

Black with #A2B694

Text Example


Text Example

White with #A2B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B694; }

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

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

background-color css

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

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

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

border-color css

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

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

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