Html Css Color HEX #A1BB82 Norway

📋 copy color: '#A1BB82'

red 161 ◦ green 187 ◦ blue 130

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

Shades of Norway #A1BB82

Tints of Norway #A1BB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 33.68%
G = 39.12%
B = 27.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A1BB82 (or 0xA1BB82) is known color: Norway. HEX triplet: A1, BB and 82. RGB value is (161,187,130). Sum of RGB (Red+Green+Blue) = 161+187+130=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB82 is #5E447D. Grayscale: #ACACAC. Windows color (decimal): -6177918 or 8567713. OLE color: 8567713.

HSL color Cylindrical-coordinate representation of color #A1BB82: hue angle of 87.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1BB82 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 130 -
CMYK 0.14 0 0.30 0.27
HSL 87.37º 0.3% 0.62% -
HSV(B) 87.37º 0.3% 0.73% -
XYZ 36.5 44.73 27.83 -
YUV 172.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 161 187 130 0.14 0 0.30 0.27 87.37 0.3 0.62
Hex A1 BB 82 E 0 1E 1B 57 1E 3E
Octal 241 273 202 16 0 36 33 127 36 76
Binary 10100001 10111011 10000010 1110 0 11110 11011 1010111 11110 111110

Color Harmonies of #A1BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB82

Black with #A1BB82

Text Example


Text Example

White with #A1BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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