Html Css Color HEX #A1B592 Norway

📋 copy color: '#A1B592'

red 161 ◦ green 181 ◦ blue 146

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

Shades of Norway #A1B592

Tints of Norway #A1B592

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

 BLUE value IS 146 (57.42% from 255) = 29.92%

R = 32.99%
G = 37.09%
B = 29.92%

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

#A1B592 (or 0xA1B592) is known color: Norway. HEX triplet: A1, B5 and 92. RGB value is (161,181,146). Sum of RGB (Red+Green+Blue) = 161+181+146=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B592 is #5E4A6D. Grayscale: #ABABAB. Windows color (decimal): -6179438 or 9614753. OLE color: 9614753.

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

Color convert

RGB 161 181 146 -
CMYK 0.11 0 0.19 0.29
HSL 94.29º 0.19% 0.64% -
HSV(B) 94.29º 0.19% 0.71% -
XYZ 36.41 42.7 33.52 -
YUV 171.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 161 181 146 0.11 0 0.19 0.29 94.29 0.19 0.64
Hex A1 B5 92 B 0 13 1D 5E 13 40
Octal 241 265 222 13 0 23 35 136 23 100
Binary 10100001 10110101 10010010 1011 0 10011 11101 1011110 10011 1000000

Color Harmonies of #A1B592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B592

Black with #A1B592

Text Example


Text Example

White with #A1B592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B592; }

 p { color: rgb(161,181,146); }

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

background-color css

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

 a { background-color: rgb(161,181,146); }

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

border-color css

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

 span { border-color: rgb(161,181,146); }

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