Html Css Color HEX #A1B893 Norway

📋 copy color: '#A1B893'

red 161 ◦ green 184 ◦ blue 147

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

Shades of Norway #A1B893

Tints of Norway #A1B893

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 32.72%
G = 37.4%
B = 29.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#A1B893 (or 0xA1B893) is known color: Norway. HEX triplet: A1, B8 and 93. RGB value is (161,184,147). Sum of RGB (Red+Green+Blue) = 161+184+147=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B893 is #5E476C. Grayscale: #ADADAD. Windows color (decimal): -6178669 or 9681057. OLE color: 9681057.

HSL color Cylindrical-coordinate representation of color #A1B893: hue angle of 97.3º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1B893 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 147 -
CMYK 0.12 0 0.20 0.28
HSL 97.3º 0.21% 0.65% -
HSV(B) 97.3º 0.2% 0.72% -
XYZ 37.1 43.96 34.13 -
YUV 172.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 161 184 147 0.12 0 0.20 0.28 97.3 0.21 0.65
Hex A1 B8 93 C 0 14 1C 61 15 41
Octal 241 270 223 14 0 24 34 141 25 101
Binary 10100001 10111000 10010011 1100 0 10100 11100 1100001 10101 1000001

Color Harmonies of #A1B893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B893

Black with #A1B893

Text Example


Text Example

White with #A1B893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B893; }

 p { color: rgb(161,184,147); }

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

background-color css

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

 a { background-color: rgb(161,184,147); }

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

border-color css

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

 span { border-color: rgb(161,184,147); }

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