Html Css Color HEX #A1B98A Norway

📋 copy color: '#A1B98A'

red 161 ◦ green 185 ◦ blue 138

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

Shades of Norway #A1B98A

Tints of Norway #A1B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 33.26%
G = 38.22%
B = 28.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A1B98A (or 0xA1B98A) is known color: Norway. HEX triplet: A1, B9 and 8A. RGB value is (161,185,138). Sum of RGB (Red+Green+Blue) = 161+185+138=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B98A is #5E4675. Grayscale: #ACACAC. Windows color (decimal): -6178422 or 9091489. OLE color: 9091489.

HSL color Cylindrical-coordinate representation of color #A1B98A: hue angle of 90.64º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B98A is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 138 -
CMYK 0.13 0 0.25 0.27
HSL 90.64º 0.25% 0.63% -
HSV(B) 90.64º 0.25% 0.73% -
XYZ 36.63 44.11 30.63 -
YUV 172.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 161 185 138 0.13 0 0.25 0.27 90.64 0.25 0.63
Hex A1 B9 8A D 0 19 1B 5B 19 3F
Octal 241 271 212 15 0 31 33 133 31 77
Binary 10100001 10111001 10001010 1101 0 11001 11011 1011011 11001 111111

Color Harmonies of #A1B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B98A

Black with #A1B98A

Text Example


Text Example

White with #A1B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B98A; }

 p { color: rgb(161,185,138); }

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

background-color css

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

 a { background-color: rgb(161,185,138); }

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

border-color css

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

 span { border-color: rgb(161,185,138); }

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