Html Css Color HEX #A1B694 Norway

📋 copy color: '#A1B694'

red 161 ◦ green 182 ◦ blue 148

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

Shades of Norway #A1B694

Tints of Norway #A1B694

RGB

 RED value IS 161 (63.28% from 255) = 32.79%

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

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

R = 32.79%
G = 37.07%
B = 30.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A1B694 (or 0xA1B694) is known color: Norway. HEX triplet: A1, B6 and 94. RGB value is (161,182,148). Sum of RGB (Red+Green+Blue) = 161+182+148=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B694 is #5E496B. Grayscale: #ABABAB. Windows color (decimal): -6179180 or 9746081. OLE color: 9746081.

HSL color Cylindrical-coordinate representation of color #A1B694: hue angle of 97.06º 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 #A1B694 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 148 -
CMYK 0.12 0 0.19 0.29
HSL 97.06º 0.19% 0.65% -
HSV(B) 97.06º 0.19% 0.71% -
XYZ 36.77 43.17 34.41 -
YUV 171.85 114.54 120.26 -
System Red Green Blue C M Y K H S L
Decimal 161 182 148 0.12 0 0.19 0.29 97.06 0.19 0.65
Hex A1 B6 94 C 0 13 1D 61 13 41
Octal 241 266 224 14 0 23 35 141 23 101
Binary 10100001 10110110 10010100 1100 0 10011 11101 1100001 10011 1000001

Color Harmonies of #A1B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B694

Black with #A1B694

Text Example


Text Example

White with #A1B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B694; }

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

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

background-color css

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

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

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

border-color css

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

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

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