Html Css Color HEX #A1BC87 Norway

📋 copy color: '#A1BC87'

red 161 ◦ green 188 ◦ blue 135

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

Shades of Norway #A1BC87

Tints of Norway #A1BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 33.26%
G = 38.84%
B = 27.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A1BC87 (or 0xA1BC87) is known color: Norway. HEX triplet: A1, BC and 87. RGB value is (161,188,135). Sum of RGB (Red+Green+Blue) = 161+188+135=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC87 is #5E4378. Grayscale: #AEAEAE. Windows color (decimal): -6177657 or 8895649. OLE color: 8895649.

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

Color convert

RGB 161 188 135 -
CMYK 0.14 0 0.28 0.26
HSL 90.57º 0.28% 0.63% -
HSV(B) 90.57º 0.28% 0.74% -
XYZ 37.05 45.29 29.71 -
YUV 173.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 161 188 135 0.14 0 0.28 0.26 90.57 0.28 0.63
Hex A1 BC 87 E 0 1C 1A 5B 1C 3F
Octal 241 274 207 16 0 34 32 133 34 77
Binary 10100001 10111100 10000111 1110 0 11100 11010 1011011 11100 111111

Color Harmonies of #A1BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC87

Black with #A1BC87

Text Example


Text Example

White with #A1BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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