Html Css Color HEX #A1B782 Norway

📋 copy color: '#A1B782'

red 161 ◦ green 183 ◦ blue 130

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

Shades of Norway #A1B782

Tints of Norway #A1B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.61%

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

R = 33.97%
G = 38.61%
B = 27.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A1B782 (or 0xA1B782) is known color: Norway. HEX triplet: A1, B7 and 82. RGB value is (161,183,130). Sum of RGB (Red+Green+Blue) = 161+183+130=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B782 is #5E487D. Grayscale: #AAAAAA. Windows color (decimal): -6178942 or 8566689. OLE color: 8566689.

HSL color Cylindrical-coordinate representation of color #A1B782: hue angle of 84.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B782 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 130 -
CMYK 0.12 0 0.29 0.28
HSL 84.91º 0.27% 0.61% -
HSV(B) 84.91º 0.29% 0.72% -
XYZ 35.66 43.06 27.55 -
YUV 170.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 161 183 130 0.12 0 0.29 0.28 84.91 0.27 0.61
Hex A1 B7 82 C 0 1D 1C 55 1B 3D
Octal 241 267 202 14 0 35 34 125 33 75
Binary 10100001 10110111 10000010 1100 0 11101 11100 1010101 11011 111101

Color Harmonies of #A1B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B782

Black with #A1B782

Text Example


Text Example

White with #A1B782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B782; }

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

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

background-color css

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

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

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

border-color css

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

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

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