Html Css Color HEX #A3BC83 Norway

📋 copy color: '#A3BC83'

red 163 ◦ green 188 ◦ blue 131

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

Shades of Norway #A3BC83

Tints of Norway #A3BC83

RGB

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

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

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

R = 33.82%
G = 39%
B = 27.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#A3BC83 (or 0xA3BC83) is known color: Norway. HEX triplet: A3, BC and 83. RGB value is (163,188,131). Sum of RGB (Red+Green+Blue) = 163+188+131=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC83 is #5C437C. Grayscale: #AEAEAE. Windows color (decimal): -6046589 or 8633507. OLE color: 8633507.

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

Color convert

RGB 163 188 131 -
CMYK 0.13 0 0.30 0.26
HSL 86.32º 0.3% 0.63% -
HSV(B) 86.32º 0.3% 0.74% -
XYZ 37.18 45.39 28.27 -
YUV 174.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 163 188 131 0.13 0 0.30 0.26 86.32 0.3 0.63
Hex A3 BC 83 D 0 1E 1A 56 1E 3F
Octal 243 274 203 15 0 36 32 126 36 77
Binary 10100011 10111100 10000011 1101 0 11110 11010 1010110 11110 111111

Color Harmonies of #A3BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC83

Black with #A3BC83

Text Example


Text Example

White with #A3BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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