Html Css Color HEX #A1B785 Norway

📋 copy color: '#A1B785'

red 161 ◦ green 183 ◦ blue 133

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

Shades of Norway #A1B785

Tints of Norway #A1B785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.88%

R = 33.75%
G = 38.36%
B = 27.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A1B785 (or 0xA1B785) is known color: Norway. HEX triplet: A1, B7 and 85. RGB value is (161,183,133). Sum of RGB (Red+Green+Blue) = 161+183+133=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B785 is #5E487A. Grayscale: #AAAAAA. Windows color (decimal): -6178939 or 8763297. OLE color: 8763297.

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

Color convert

RGB 161 183 133 -
CMYK 0.12 0 0.27 0.28
HSL 86.4º 0.26% 0.62% -
HSV(B) 86.4º 0.27% 0.72% -
XYZ 35.87 43.14 28.63 -
YUV 170.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 161 183 133 0.12 0 0.27 0.28 86.4 0.26 0.62
Hex A1 B7 85 C 0 1B 1C 56 1A 3E
Octal 241 267 205 14 0 33 34 126 32 76
Binary 10100001 10110111 10000101 1100 0 11011 11100 1010110 11010 111110

Color Harmonies of #A1B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B785

Black with #A1B785

Text Example


Text Example

White with #A1B785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B785; }

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

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

background-color css

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

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

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

border-color css

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

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

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