Html Css Color HEX #A1BC8D Norway

📋 copy color: '#A1BC8D'

red 161 ◦ green 188 ◦ blue 141

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

Shades of Norway #A1BC8D

Tints of Norway #A1BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 32.86%
G = 38.37%
B = 28.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A1BC8D (or 0xA1BC8D) is known color: Norway. HEX triplet: A1, BC and 8D. RGB value is (161,188,141). Sum of RGB (Red+Green+Blue) = 161+188+141=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC8D is #5E4372. Grayscale: #AEAEAE. Windows color (decimal): -6177651 or 9288865. OLE color: 9288865.

HSL color Cylindrical-coordinate representation of color #A1BC8D: hue angle of 94.47º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1BC8D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 141 -
CMYK 0.14 0 0.25 0.26
HSL 94.47º 0.26% 0.65% -
HSV(B) 94.47º 0.25% 0.74% -
XYZ 37.49 45.47 32 -
YUV 174.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 161 188 141 0.14 0 0.25 0.26 94.47 0.26 0.65
Hex A1 BC 8D E 0 19 1A 5E 1A 41
Octal 241 274 215 16 0 31 32 136 32 101
Binary 10100001 10111100 10001101 1110 0 11001 11010 1011110 11010 1000001

Color Harmonies of #A1BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC8D

Black with #A1BC8D

Text Example


Text Example

White with #A1BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC8D; }

 p { color: rgb(161,188,141); }

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

background-color css

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

 a { background-color: rgb(161,188,141); }

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

border-color css

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

 span { border-color: rgb(161,188,141); }

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