Html Css Color HEX #A1B082 Norway

📋 copy color: '#A1B082'

red 161 ◦ green 176 ◦ blue 130

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

Shades of Norway #A1B082

Tints of Norway #A1B082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 34.48%
G = 37.69%
B = 27.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#A1B082 (or 0xA1B082) is known color: Norway. HEX triplet: A1, B0 and 82. RGB value is (161,176,130). Sum of RGB (Red+Green+Blue) = 161+176+130=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B082 is #5E4F7D. Grayscale: #A6A6A6. Windows color (decimal): -6180734 or 8564897. OLE color: 8564897.

HSL color Cylindrical-coordinate representation of color #A1B082: hue angle of 79.57º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1B082 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 130 -
CMYK 0.09 0 0.26 0.31
HSL 79.57º 0.23% 0.6% -
HSV(B) 79.57º 0.26% 0.69% -
XYZ 34.25 40.24 27.08 -
YUV 166.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 161 176 130 0.09 0 0.26 0.31 79.57 0.23 0.6
Hex A1 B0 82 9 0 1A 1F 50 17 3C
Octal 241 260 202 11 0 32 37 120 27 74
Binary 10100001 10110000 10000010 1001 0 11010 11111 1010000 10111 111100

Color Harmonies of #A1B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B082

Black with #A1B082

Text Example


Text Example

White with #A1B082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B082; }

 p { color: rgb(161,176,130); }

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

background-color css

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

 a { background-color: rgb(161,176,130); }

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

border-color css

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

 span { border-color: rgb(161,176,130); }

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