Html Css Color HEX #A1BF83 Norway

📋 copy color: '#A1BF83'

red 161 ◦ green 191 ◦ blue 131

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

Shades of Norway #A1BF83

Tints of Norway #A1BF83

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 33.33%
G = 39.54%
B = 27.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#A1BF83 (or 0xA1BF83) is known color: Norway. HEX triplet: A1, BF and 83. RGB value is (161,191,131). Sum of RGB (Red+Green+Blue) = 161+191+131=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF83 is #5E407C. Grayscale: #AFAFAF. Windows color (decimal): -6176893 or 8634273. OLE color: 8634273.

HSL color Cylindrical-coordinate representation of color #A1BF83: hue angle of 90º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BF83 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 131 -
CMYK 0.16 0 0.31 0.25
HSL 90º 0.32% 0.63% -
HSV(B) 90º 0.31% 0.75% -
XYZ 37.43 46.48 28.47 -
YUV 175.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 161 191 131 0.16 0 0.31 0.25 90 0.32 0.63
Hex A1 BF 83 10 0 1F 19 5A 20 3F
Octal 241 277 203 20 0 37 31 132 40 77
Binary 10100001 10111111 10000011 10000 0 11111 11001 1011010 100000 111111

Color Harmonies of #A1BF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF83

Black with #A1BF83

Text Example


Text Example

White with #A1BF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF83; }

 p { color: rgb(161,191,131); }

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

background-color css

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

 a { background-color: rgb(161,191,131); }

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

border-color css

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

 span { border-color: rgb(161,191,131); }

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