Html Css Color HEX #A3BC87 Norway

📋 copy color: '#A3BC87'

red 163 ◦ green 188 ◦ blue 135

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

Shades of Norway #A3BC87

Tints of Norway #A3BC87

RGB

 RED value IS 163 (64.06% from 255) = 33.54%

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

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

R = 33.54%
G = 38.68%
B = 27.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A3BC87 (or 0xA3BC87) is known color: Norway. HEX triplet: A3, BC and 87. RGB value is (163,188,135). Sum of RGB (Red+Green+Blue) = 163+188+135=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC87 is #5C4378. Grayscale: #AEAEAE. Windows color (decimal): -6046585 or 8895651. OLE color: 8895651.

HSL color Cylindrical-coordinate representation of color #A3BC87: hue angle of 88.3º 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 #A3BC87 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 135 -
CMYK 0.13 0 0.28 0.26
HSL 88.3º 0.28% 0.63% -
HSV(B) 88.3º 0.28% 0.74% -
XYZ 37.46 45.5 29.73 -
YUV 174.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 163 188 135 0.13 0 0.28 0.26 88.3 0.28 0.63
Hex A3 BC 87 D 0 1C 1A 58 1C 3F
Octal 243 274 207 15 0 34 32 130 34 77
Binary 10100011 10111100 10000111 1101 0 11100 11010 1011000 11100 111111

Color Harmonies of #A3BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC87

Black with #A3BC87

Text Example


Text Example

White with #A3BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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