Html Css Color HEX #A3BC81 Norway

📋 copy color: '#A3BC81'

red 163 ◦ green 188 ◦ blue 129

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

Shades of Norway #A3BC81

Tints of Norway #A3BC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 33.96%
G = 39.17%
B = 26.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#A3BC81 (or 0xA3BC81) is known color: Norway. HEX triplet: A3, BC and 81. RGB value is (163,188,129). Sum of RGB (Red+Green+Blue) = 163+188+129=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC81 is #5C437E. Grayscale: #AEAEAE. Windows color (decimal): -6046591 or 8502435. OLE color: 8502435.

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

Color convert

RGB 163 188 129 -
CMYK 0.13 0 0.31 0.26
HSL 85.42º 0.31% 0.62% -
HSV(B) 85.42º 0.31% 0.74% -
XYZ 37.05 45.34 27.57 -
YUV 173.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 163 188 129 0.13 0 0.31 0.26 85.42 0.31 0.62
Hex A3 BC 81 D 0 1F 1A 55 1F 3E
Octal 243 274 201 15 0 37 32 125 37 76
Binary 10100011 10111100 10000001 1101 0 11111 11010 1010101 11111 111110

Color Harmonies of #A3BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC81

Black with #A3BC81

Text Example


Text Example

White with #A3BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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