Html Css Color HEX #A3BE81 Norway

📋 copy color: '#A3BE81'

red 163 ◦ green 190 ◦ blue 129

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

Shades of Norway #A3BE81

Tints of Norway #A3BE81

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

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

R = 33.82%
G = 39.42%
B = 26.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A3BE81 (or 0xA3BE81) is known color: Norway. HEX triplet: A3, BE and 81. RGB value is (163,190,129). Sum of RGB (Red+Green+Blue) = 163+190+129=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE81 is #5C417E. Grayscale: #AFAFAF. Windows color (decimal): -6046079 or 8502947. OLE color: 8502947.

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

Color convert

RGB 163 190 129 -
CMYK 0.14 0 0.32 0.25
HSL 86.56º 0.32% 0.63% -
HSV(B) 86.56º 0.32% 0.75% -
XYZ 37.48 46.2 27.71 -
YUV 174.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 163 190 129 0.14 0 0.32 0.25 86.56 0.32 0.63
Hex A3 BE 81 E 0 20 19 57 20 3F
Octal 243 276 201 16 0 40 31 127 40 77
Binary 10100011 10111110 10000001 1110 0 100000 11001 1010111 100000 111111

Color Harmonies of #A3BE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE81

Black with #A3BE81

Text Example


Text Example

White with #A3BE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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